@charset "UTF-8";
@import url("global.css");
/* ------------------------------
 select & cat-navi
------------------------------ */
#catnavi_list {
  text-align: center;
  margin-bottom: 90px;
}
#catnavi_list .title {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  margin-bottom: 15px;
  font-family: "Barlow Semi Condensed", "LINE Seed JP", sans-serif;
  font-size: 1.125em;
  font-weight: 600;
}
#catnavi_list .title::before {
  content: "(";
  display: block;
}
#catnavi_list .title::after {
  content: ")";
  display: block;
}
#catnavi_list > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
#catnavi_list > ul li a {
  display: block;
  padding: 5px 15px;
  min-width: 130px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: .93em;
  -webkit-border-radius: var(--radius-small);
  border-radius: var(--radius-small);
  background-color: #EFEFEF;
  position: relative;
}
#catnavi_list > ul li a::before {
  content: "#";
  display: inline;
  margin-right: 1px;
}
#catnavi_list > ul li a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #D5501E;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
}
@media (any-hover: hover) {
  #catnavi_list > ul li a:hover {
    color: #FFF;
    background-color: #262626;
  }
  #catnavi_list > ul li a:hover::after {
    top: -5px;
    opacity: 1;
  }
}
#catnavi_list > ul li.all a::before {
  display: none;
}
.index-page #catnavi_list > ul li.all a, #catnavi_list > ul li.current a {
  color: #FFF;
  background-color: #262626;
}
.index-page #catnavi_list > ul li.all a::after, #catnavi_list > ul li.current a::after {
  top: -5px;
  opacity: 1;
}

.selectarea {
  margin-top: 75px;
  background-color: #F5F5F5;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.selectarea dl {
  display: flex;
  align-items: center;
  padding: 0 40px;
  box-sizing: border-box;
}
.selectarea dl dt {
  line-height: 1;
}
.selectarea dl dd {
  padding: 35px 0 35px 15px;
}
.selectarea dl dd form select {
  font-family: "LINE Seed JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  background-color: #fff;
  border-radius: 2px;
  padding: 15px;
  width: 100%;
  border: #B8B8B8 solid 1px;
  background-color: #FFF;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow: none;
  letter-spacing: 1px;
}

/* ------------------------------
 Index
------------------------------ */
.archive ul.bloglist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 90px;
  position: relative;
}
.archive ul.bloglist::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  border-left: #B8B8B8 dashed 1px;
}
.archive ul.bloglist li {
  border-top: #B8B8B8 dashed 1px;
  padding-block: 50px;
}
.archive ul.bloglist li:nth-child(1), .archive ul.bloglist li:nth-child(2) {
  border-top: none;
  padding-top: 0;
}
.archive ul.bloglist li:nth-child(2n+1) {
  padding-right: 60px;
}
.archive ul.bloglist li:nth-child(2n+2) {
  padding-left: 60px;
}
.archive ul.bloglist li a {
  display: grid;
  grid-template-columns: 260px 1fr;
  column-gap: 30px;
}
.archive ul.bloglist li a .img {
  width: 100%;
}
.archive ul.bloglist li a .img figure {
  width: 100%;
  height: 0;
  padding-top: 76.9%;
  -webkit-border-radius: var(--radius-normal);
  border-radius: var(--radius-normal);
  position: relative;
  overflow: hidden;
}
.archive ul.bloglist li a .img figure img {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
}
.archive ul.bloglist li a .img figure::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #262626;
  mix-blend-mode: multiply;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
}
.archive ul.bloglist li a .img figure::after {
  content: "記事を読む";
  color: #fff;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.2s;
  backface-visibility: hidden;
}
.archive ul.bloglist li a .text {
  display: grid;
  grid-template-rows: auto auto 1fr;
  align-items: flex-end;
}
.archive ul.bloglist li a .text .posttitle {
  margin-block: 5px 15px;
  line-height: 1.6;
  font-weight: 700;
  font-size: clamp(18px, 2vw, 21px);
}
.archive ul.bloglist li a .text .category {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.archive ul.bloglist li a .text .category > span {
  display: block;
  width: fit-content;
  padding: 3px 10px;
  background-color: #262626;
  color: #FFF;
  font-size: 12px;
  -webkit-border-radius: var(--radius-small);
  border-radius: var(--radius-small);
}
.archive ul.bloglist li a .text .category > span::before {
  content: "#";
  display: inline;
  margin-right: 1px;
}
.archive ul.bloglist li a .text .postdata {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.archive ul.bloglist li a .text .postdata .date {
  padding-right: 10px;
  display: block;
  font-family: "Barlow Semi Condensed", "LINE Seed JP", sans-serif;
  font-weight: 600;
}
.archive ul.bloglist li a .text .postdata .author {
  display: flex;
  align-items: center;
  gap: 5px;
}
.archive ul.bloglist li a .text .postdata .author .ph {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.archive ul.bloglist li a .text .postdata .author .name {
  font-weight: 700;
  font-size: .875em;
}
@media (any-hover: hover) {
  .archive ul.bloglist li a:hover .img figure img {
    filter: blur(2px);
  }
  .archive ul.bloglist li a:hover .img figure::before {
    opacity: .6;
  }
  .archive ul.bloglist li a:hover .img figure::after {
    opacity: 1;
    translate: 20px 0;
  }
}

@keyframes bgimage {
  0% {
    opacity: 0;
    filter: grayscale(1);
  }
  100% {
    opacity: 1;
    filter: none;
  }
}
/* ------------------------------
 Entry
------------------------------ */
.entry #contents {
  padding-top: 0;
}

#post-data {
  position: relative;
  z-index: 1;
  padding-block: 250px 140px;
}
#post-data #mvbg {
  position: absolute;
  z-index: -2;
  width: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  animation: bgimage 2s ease .1s 1;
  animation-fill-mode: both;
}
#post-data #mvbg figure {
  width: 100%;
  height: 100%;
}
#post-data #mvbg figure img {
  overflow: hidden;
  -webkit-border-bottom-left-radius: 80px;
  border-bottom-left-radius: 80px;
}
#post-data .wrapper .inner {
  width: 50%;
  padding-right: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#post-data .cnt_title {
  margin-bottom: 30px;
}
#post-data .cnt_title a {
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1.2;
}
#post-data .cnt_title a::before {
  content: "";
  display: block;
  margin-right: 10px;
  width: 23px;
  height: 23px;
  background: url(../img/arrow_back.svg) no-repeat center center;
  background-size: contain;
  filter: brightness(1) invert(1);
}
#post-data .post_title {
  line-height: 1.6;
  font-weight: 700;
  font-size: clamp(22px, 3.6vw, 44px);
}
#post-data .post_cat {
  margin-top: 40px;
}
#post-data .post_cat ul.cat {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#post-data .post_cat ul.cat li a {
  display: block;
  padding: 5px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: .93em;
  -webkit-border-radius: var(--radius-small);
  border-radius: var(--radius-small);
  color: #FFF;
  background-color: #262626;
  position: relative;
}
#post-data .post_cat ul.cat li a::before {
  content: "#";
  display: inline;
  margin-right: 1px;
}
@media (any-hover: hover) {
  #post-data .post_cat ul.cat li a:hover {
    opacity: .7;
  }
}
#post-data .otherdata {
  margin-top: 40px;
  display: flex;
  align-items: center;
  column-gap: 30px;
}
#post-data .otherdata .date {
  display: block;
  font-family: "Barlow Semi Condensed", "LINE Seed JP", sans-serif;
  font-weight: 600;
  font-size: 1.125em;
}
#post-data .otherdata .author {
  display: flex;
  align-items: center;
  gap: 10px;
}
#post-data .otherdata .author .ph {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
}
#post-data .otherdata .author .name {
  font-weight: 700;
  font-size: .93em;
}

#post {
  max-width: 700px;
  margin: 90px auto;
}
#post #postbody {
  font-size: 110%;
}
#post #auth_info {
  margin: 120px auto 0;
}
#post #auth_info .auth_title {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: clamp(16px, 2.2vw, 20px);
}
#post #auth_info .auth_title::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color: #00A8AF;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#post #auth_info .inner {
  background-color: #F5F5F5;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#post #auth_info .inner .prof {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
#post #auth_info .inner .prof > figure {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  margin-right: 20px;
}
#post #auth_info .inner .prof > figure img {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
}
#post #auth_info .inner .prof .data {
  line-height: 1.6;
}
#post #auth_info .inner .prof .data .name {
  font-weight: 700;
  font-size: clamp(18px, 2.2vw, 22px);
}
#post #auth_info .inner .posts .posts_h {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
#post #auth_info .inner .posts .posts_h::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 20px;
  right: 0;
  top: 50%;
  height: 1px;
  background-color: #BEBEBE;
}
#post #auth_info .inner .posts .posts_h span {
  display: flex;
  align-items: center;
  width: fit-content;
  padding-right: 15px;
  background-color: #F5F5F5;
  font-weight: bold;
  gap: 8px;
  font-size: 1.125em;
}
#post #auth_info .inner .posts .posts_h span::before {
  content: "(";
  display: block;
}
#post #auth_info .inner .posts .posts_h span::after {
  content: ")";
  display: block;
}
#post #auth_info .inner .posts ul li + li {
  margin-top: 20px;
}
#post #auth_info .inner .posts ul li a {
  display: flex;
}
#post #auth_info .inner .posts ul li a .image {
  flex-shrink: 0;
  width: 114px;
}
#post #auth_info .inner .posts ul li a .image figure {
  width: 100%;
  aspect-ratio: 1.33 / 1;
  -webkit-border-radius: var(--radius-normal);
  border-radius: var(--radius-normal);
  position: relative;
  overflow: hidden;
}
#post #auth_info .inner .posts ul li a .image figure img {
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
}
#post #auth_info .inner .posts ul li a .image figure::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #262626;
  mix-blend-mode: multiply;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
}
#post #auth_info .inner .posts ul li a .image figure::after {
  content: "記事を読む";
  color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.2s;
  backface-visibility: hidden;
}
#post #auth_info .inner .posts ul li a .text {
  width: 100%;
  padding-top: 10px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#post #auth_info .inner .posts ul li a .text .title {
  line-height: 1.6;
  font-weight: 700;
  font-size: 1.06em;
}
#post #auth_info .inner .posts ul li a .text .date {
  margin-top: 5px;
  display: block;
  font-family: "Barlow Semi Condensed", "LINE Seed JP", sans-serif;
  font-size: 12px;
}
@media (any-hover: hover) {
  #post #auth_info .inner .posts ul li a:hover .img figure img {
    filter: blur(2px);
  }
  #post #auth_info .inner .posts ul li a:hover .img figure::before {
    opacity: .6;
  }
  #post #auth_info .inner .posts ul li a:hover .img figure::after {
    opacity: 1;
    translate: 20px 0;
  }
}
#post #auth_info .inner .posts .auth_link a.more {
  margin: 35px 0 0 auto;
  box-shadow: 0 2px 3px rgba(38, 38, 38, 0.2);
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1600px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1600px) {
  /* ------------------------------
   Index
  ------------------------------ */
  /* ------------------------------
   Entry
  ------------------------------ */
  #post-data {
    padding-block: 230px 120px;
  }
  #post-data #mvbg figure img {
    -webkit-border-bottom-left-radius: 70px;
    border-bottom-left-radius: 70px;
  }
  #post-data .wrapper .inner {
    padding-right: 50px;
  }
  #post-data .post_cat ul.cat li a {
    font-size: .9em;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 1300px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  /* ------------------------------
   select & cat-navi
  ------------------------------ */
  #catnavi_list {
    margin-bottom: 80px;
  }
  #catnavi_list > ul li a {
    padding: 5px 20px;
    min-width: 0;
  }

  .selectarea {
    padding-inline: 30px;
  }
  .selectarea dl {
    width: 33.3333333333%;
    display: block;
    text-align: center;
    padding: 40px 15px;
  }
  .selectarea dl dd {
    padding: 10px 0 0;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 959px) {
  .selectarea {
    margin-top: 45px;
    display: block;
    padding: 15px 0;
  }
  .selectarea dl {
    width: auto;
    display: flex;
    padding: 7px 20px;
  }
  .selectarea dl + dl {
    border-left: none;
  }
  .selectarea dl dt {
    text-align: right;
    width: 140px;
    flex-shrink: 0;
  }
  .selectarea dl dd {
    width: 100%;
    padding: 0 0 0 15px;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 1300px) {
  /* ------------------------------
   Index
  ------------------------------ */
  .archive ul.bloglist {
    margin-bottom: 65px;
  }
  .archive ul.bloglist li {
    padding-block: 45px;
  }
  .archive ul.bloglist li:nth-child(2n+1) {
    padding-right: 40px;
  }
  .archive ul.bloglist li:nth-child(2n+2) {
    padding-left: 40px;
  }
  .archive ul.bloglist li a {
    grid-template-columns: 220px 1fr;
    column-gap: 20px;
  }
  .archive ul.bloglist li a .img {
    width: auto;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 959px) {
  .archive ul.bloglist li a {
    display: block;
  }
  .archive ul.bloglist li a .img {
    width: auto;
    max-width: 320px;
    margin-inline: auto;
  }
  .archive ul.bloglist li a .text {
    display: block;
  }
  .archive ul.bloglist li a .text .posttitle {
    margin-block: 20px 10px;
  }
  .archive ul.bloglist li a .text .postdata {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1300px) {
  /* ------------------------------
   Entry
  ------------------------------ */
  #post-data {
    padding-block: 180px 60px;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 959px) {
  #post-data #mvbg {
    width: 40%;
  }
}
@media only screen and (max-width: 1300px) {
  #post-data #mvbg figure img {
    -webkit-border-bottom-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  #post-data .wrapper .inner {
    padding-right: 40px;
  }
  #post-data .cnt_title {
    margin-bottom: 20px;
  }
  #post-data .cnt_title a::before {
    width: 18px;
    height: 18px;
  }
  #post-data .post_cat {
    margin-top: 20px;
  }
  #post-data .post_cat ul.cat {
    gap: 8px;
  }
  #post-data .post_cat ul.cat li a {
    padding: 2px 15px;
    min-width: 0;
  }
  #post-data .otherdata {
    margin-top: 20px;
    column-gap: 20px;
  }
  #post-data .otherdata .author .ph {
    width: 32px;
    height: 32px;
  }
  #post-data .otherdata .author .name {
    font-size: .9em;
  }

  #post {
    margin: 65px auto;
  }
  #post #auth_info {
    margin: 80px auto 0;
  }
  #post #auth_info .auth_title {
    margin-bottom: 10px;
  }
  #post #auth_info .auth_title::before {
    width: 7px;
    height: 7px;
  }
  #post #auth_info .inner {
    -webkit-border-radius: 9px;
    border-radius: 9px;
    padding: 30px 35px 40px;
  }
  #post #auth_info .inner .prof {
    margin-bottom: 25px;
  }
  #post #auth_info .inner .prof > figure {
    width: 100px;
    height: 100px;
  }
  #post #auth_info .inner .posts .posts_h span {
    gap: 6px;
    font-size: 1.1em;
  }
  #post #auth_info .inner .posts ul li a .text {
    padding-top: 5px;
  }
  #post #auth_info .inner .posts ul li a .text .title {
    font-size: 1em;
  }
  #post #auth_info .inner .posts ul li a .text .date {
    font-size: 11px;
  }
  #post #auth_info .inner .posts .auth_link a.more {
    margin: 30px 0 0 auto;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  /* ------------------------------
   select & cat-navi
  ------------------------------ */
  #catnavi_list {
    margin-bottom: 20px;
  }
  #catnavi_list > ul {
    gap: 8px;
  }
  #catnavi_list > ul li a {
    padding: 4px 15px;
  }
  #catnavi_list > ul li a::after {
    top: -8px;
    margin-left: -4px;
    width: 8px;
    height: 8px;
  }

  .selectarea {
    margin-top: 50px;
    padding: 15px 0;
  }
  .selectarea dl {
    padding: 5px 15px;
  }
  .selectarea dl dt {
    letter-spacing: 0;
    width: 100px;
  }
  .selectarea dl dd {
    padding: 0 0 0 10px;
  }

  /* ------------------------------
   Index
  ------------------------------ */
  .archive ul.bloglist {
    display: block;
    margin-bottom: 50px;
    position: static;
  }
  .archive ul.bloglist::before {
    display: none;
  }
  .archive ul.bloglist li {
    padding-block: 30px;
  }
  .archive ul.bloglist li:nth-child(2) {
    border-top: #B8B8B8 dashed 1px;
    padding-block: 30px;
  }
  .archive ul.bloglist li:nth-child(2n+1), .archive ul.bloglist li:nth-child(2n+2) {
    padding: 30px 0;
  }
  .archive ul.bloglist li a .img {
    width: 100%;
  }
  .archive ul.bloglist li a .img figure {
    padding-top: 66%;
  }
  .archive ul.bloglist li a .text .posttitle {
    margin-block: 10px;
  }
  .archive ul.bloglist li a .text .category > span {
    padding: 2px 8px;
    font-size: 10px;
  }
  .archive ul.bloglist li a .text .postdata .date {
    padding-right: 8px;
  }
  .archive ul.bloglist li a .text .postdata .author .ph {
    width: 30px;
    height: 30px;
  }
  .archive ul.bloglist li a .text .postdata .author .name {
    font-size: .85em;
  }

  /* ------------------------------
   Entry
  ------------------------------ */
  #post-data {
    padding-block: 80px 0;
    position: static;
  }
  #post-data #mvbg {
    position: static;
    width: 100%;
  }
  #post-data #mvbg figure {
    height: auto;
  }
  #post-data #mvbg figure img {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  #post-data .wrapper .inner {
    width: auto;
    padding: 35px 0 0;
  }
  #post-data .cnt_title {
    margin-bottom: 10px;
  }
  #post-data .cnt_title a::before {
    margin-right: 7px;
  }
  #post-data .post_cat {
    margin-top: 10px;
  }
  #post-data .post_cat ul.cat {
    gap: 7px;
  }
  #post-data .post_cat ul.cat li a {
    padding: 1px 12px;
  }
  #post-data .otherdata {
    margin-top: 10px;
    column-gap: 10px;
  }
  #post-data .otherdata .date {
    font-size: .93em;
  }
  #post-data .otherdata .author .ph {
    width: 30px;
    height: 30px;
  }

  #post {
    margin: 50px auto;
  }
  #post #auth_info {
    margin: 60px auto 0;
  }
  #post #auth_info .auth_title {
    column-gap: 6px;
  }
  #post #auth_info .inner {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 25px 25px 30px;
  }
  #post #auth_info .inner .prof {
    margin-bottom: 20px;
  }
  #post #auth_info .inner .prof > figure {
    width: 80px;
    height: 80px;
  }
  #post #auth_info .inner .posts .posts_h {
    margin-bottom: 20px;
  }
  #post #auth_info .inner .posts .posts_h span {
    padding-right: 10px;
    gap: 5px;
    font-size: 1em;
  }
  #post #auth_info .inner .posts ul li a {
    display: flex;
  }
  #post #auth_info .inner .posts ul li a .image {
    width: 80px;
  }
  #post #auth_info .inner .posts ul li a .text {
    padding-top: 0;
    padding-left: 10px;
  }
  #post #auth_info .inner .posts ul li a .text .title {
    font-size: .93em;
  }
  #post #auth_info .inner .posts ul li a .text .date {
    margin-top: 3px;
    font-size: 9px;
  }
  #post #auth_info .inner .posts .auth_link a.more {
    margin: 30px 0 0 auto;
    font-size: 12px;
  }
}
