@charset "UTF-8";
.inner {
  width: 1080px;
  margin-inline: auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 90%;
  }
}

body#column {
  padding-top: 0;
}

@media screen and (min-width: 769px) {
  .contents_header__headline {
    height: auto;
    padding-top: 30px;
    padding-bottom: 18px;
  }
}
.contents_header__headline img {
  width: 279px;
}
@media screen and (max-width: 768px) {
  .contents_header__headline img {
    width: 48vw;
    margin-top: 5vw;
  }
}

@media screen and (max-width: 768px) {
  .contents_header__line.is-fixed {
    position: absolute;
    top: initial;
  }
}

#column_single {
  padding: 60px 0 0;
}
#column_single .inner {
  width: 780px;
  padding: 0;
}
#column_single .title {
  font-size: 28px;
  line-height: 1.7;
}
#column_single .box_title {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#column_single .box_title .time {
  margin-top: 4px;
  color: #AFB1AB;
  font-size: 14px;
  display: inline-block;
  margin-right: 1em;
}
#column_single .box_title .term {
  display: inline-block;
  font-size: 14px;
  color: #007F41;
  border: 1px solid #007F41;
  line-height: 1;
  padding: 3px 1em 3px;
  border-radius: 20px;
}
#column_single .ul_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
#column_single .ul_sns li {
  width: 32px;
}
#column_single .ul_sns li a {
  display: block;
}
#column_single .ul_sns li a:hover {
  opacity: 0.8;
}
#column_single .entry {
  margin-top: 40px;
}
#column_single .dl_sns {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#column_single .dl_sns dt {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
}
#column_single #pagelink {
  margin-top: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#column_single #pagelink .back, #column_single #pagelink .next {
  display: none;
}
@media screen and (max-width: 768px) {
  #column_single {
    padding: 10vw 0 0;
  }
  #column_single .inner {
    width: 90%;
    padding: 0;
  }
  #column_single .title {
    font-size: min(6.4vw, 24px);
  }
  #column_single .box_title {
    margin-top: 5vw;
  }
  #column_single .box_title .time {
    margin-top: 0;
    font-size: min(3.7333333333vw, 14px);
  }
  #column_single .box_title .term {
    padding-top: 4px;
    font-size: min(3.2vw, 12px);
  }
  #column_single .ul_sns {
    width: 100%;
    margin-top: 5vw;
    gap: 0 2vw;
  }
  #column_single .ul_sns li {
    width: 8.5333333333vw;
  }
  #column_single .entry {
    margin-top: 10vw;
  }
  #column_single .dl_sns {
    margin-top: 6vw;
  }
  #column_single .dl_sns dt {
    width: 100%;
    margin-right: 0;
    text-align: right;
    font-size: min(3.7333333333vw, 14px);
  }
  #column_single .dl_sns dd {
    margin-top: 2vw;
  }
  #column_single .dl_sns dd .ul_sns {
    margin-top: 0;
  }
  #column_single #pagelink {
    margin-top: 10vw;
  }
}

.inner {
  max-width: 1200px;
}

#column_archive .main {
  padding-top: 95px;
  padding-bottom: 110px;
}
#column_archive .box_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#column_archive .box_title .title {
  font-size: 28px;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-weight: 600;
}
#column_archive .box_title .num {
  font-size: 12px;
  color: #AFB1AB;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #column_archive .main {
    padding-top: 14vw;
  }
  #column_archive .box_title .title {
    font-size: min(6.4vw, 24px);
  }
  #column_archive .box_title .num {
    font-size: min(2.6666666667vw, 10px);
  }
}
#column_archive .ul_column {
  margin-top: -8px;
}
#column_archive .ul_column li {
  border-bottom: 1px solid #d6d6d6;
  display: block;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
#column_archive .ul_column li.hidden {
  display: none;
  opacity: 0;
}
#column_archive .ul_column li .img {
  width: 286px;
  height: 190px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}
#column_archive .ul_column li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
#column_archive .ul_column li .img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#column_archive .ul_column li .box_text {
  width: calc(100% - 286px);
  padding-top: 26px;
  padding-left: 40px;
}
#column_archive .ul_column li .box_text .time {
  color: #AFB1AB;
  margin-right: 1em;
}
#column_archive .ul_column li .box_text .term {
  display: inline-block;
  font-size: 14px;
  color: #007F41;
  border: 1px solid #007F41;
  line-height: 1;
  padding: 3px 1em 3px;
  border-radius: 20px;
}
#column_archive .ul_column li .box_text .title {
  margin-top: 5px;
  padding-left: 20px;
  font-size: 18px;
  position: relative;
}
#column_archive .ul_column li .box_text .title span {
  padding-bottom: 0.25em;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(black)) 0 100%/0 1px no-repeat;
  background: linear-gradient(black, black) 0 100%/0 1px no-repeat;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  text-decoration: none;
}
#column_archive .ul_column li .box_text .title::before {
  content: "";
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-mask: url(../img/common/icon_arrow.svg);
          mask: url(../img/common/icon_arrow.svg);
  background-color: #000;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  position: absolute;
  right: 0;
  right: auto;
  left: 0;
  top: 0.6em;
}
#column_archive .ul_column li a {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#column_archive .ul_column li a:hover .img img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
#column_archive .ul_column li a:hover .title span {
  background-size: 100% 1px;
}
@media screen and (max-width: 768px) {
  #column_archive .ul_column {
    margin-top: -2vw;
  }
  #column_archive .ul_column li a {
    padding: 7vw 0 6vw;
  }
  #column_archive .ul_column li .img {
    width: 44.5%;
    height: 26.5vw;
  }
  #column_archive .ul_column li .box_text {
    width: 55%;
    padding-top: 0;
    padding-left: 5vw;
    line-height: 1;
  }
  #column_archive .ul_column li .box_text .time {
    margin-bottom: 0.3em;
    font-size: 3.2vw;
    display: inline-block;
  }
  #column_archive .ul_column li .box_text .term {
    font-size: min(2.9333333333vw, 11px);
  }
  #column_archive .ul_column li .box_text .title {
    margin-top: 3vw;
    padding-left: 1em;
    font-size: 3.7333333333vw;
    line-height: 1.7;
  }
  #column_archive .ul_column li .box_text .title::before {
    top: 0.2em;
    left: -0.2em;
  }
}
#column_archive #btn_more {
  width: 100%;
  height: 60px;
  margin: 80px auto 100px;
  background: #F2F3F1;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#column_archive #btn_more span {
  padding-right: 30px;
  position: relative;
  font-weight: 700;
}
#column_archive #btn_more span::before, #column_archive #btn_more span::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 0;
  bottom: 5px;
  right: 5px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#column_archive #btn_more span, #column_archive #btn_more span::before, #column_archive #btn_more span::after {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#column_archive #btn_more:hover {
  background: #000;
  cursor: pointer;
}
#column_archive #btn_more:hover span {
  color: #fff;
}
#column_archive #btn_more:hover span::before, #column_archive #btn_more:hover span::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #column_archive #btn_more {
    height: 13vw;
    margin: 14vw auto 0;
    font-size: 4.2666666667vw;
  }
  #column_archive #btn_more span {
    padding-right: 1em;
  }
  #column_archive #btn_more span::before, #column_archive #btn_more span::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    bottom: 0.3em;
    right: 0;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.entry {
  overflow-wrap: break-word;
  word-break: break-all;
}
.entry h2, .entry h3, .entry h4, .entry h5 {
  margin-top: 50px;
  position: relative;
  scroll-margin-top: 100px;
}
.entry h3, .entry h4, .entry h5 {
  line-height: 1.6;
}
.entry h3::before, .entry h4::before, .entry h5::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
.entry h2 {
  margin-top: 77px;
  padding: 14px 10px 12px 12px;
  border-top: 2px solid #F2F3F1;
  border-bottom: 2px solid #F2F3F1;
  font-size: 28px;
}
.entry h3 {
  padding-left: 18px;
  font-size: 24px;
}
.entry h3::before {
  width: 4px;
  height: 100%;
  background: #007F41;
  top: 0;
}
.entry h4 {
  padding-left: 60px;
  font-size: 20px;
}
.entry h4::before {
  width: 48px;
  height: 1px;
  background: #d6d6d6;
  top: 0.8em;
}
.entry h5 {
  padding-left: 6px;
  font-size: 18px;
}
.entry h5::before {
  width: 4px;
  height: 4px;
  background: #000;
  top: 0.8em;
  border-radius: 50%;
}
.entry p, .entry li, .entry strong {
  font-size: 16px;
}
.entry > p {
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 2.1;
}
.entry > p + p {
  margin-top: 20px;
}
.entry > p.small {
  margin-top: 25px;
  line-height: 2;
  color: #AFB1AB;
  font-size: 14px;
}
.entry p a, .entry li a {
  color: #007F41;
  text-decoration: underline;
}
.entry p a[target=_blank], .entry li a[target=_blank] {
  position: relative;
}
.entry p a[target=_blank]::after, .entry li a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-mask: url(../img/common/icon_arrow.svg);
          mask: url(../img/common/icon_arrow.svg);
  background-color: #000;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  position: absolute;
  right: 0;
  position: relative;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  background-color: #007F41;
  margin-left: 5px;
}
.entry .movie {
  margin: 30px 0;
}
.entry table {
  margin-top: 30px;
  background: #F2F3F1;
}
.entry table th, .entry table td {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 1.5625rem;
}
.entry table th p, .entry table td p {
  margin: 0;
}
.entry blockquote {
  margin-top: 30px;
  padding: 40px 20px;
  background: #F2F3F1;
  border-left: 4px solid #007F41;
  position: relative;
}
.entry blockquote::before, .entry blockquote::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/column/icon_quote.svg) no-repeat center top;
  background-size: 100%;
  position: absolute;
}
.entry blockquote::before {
  top: -10px;
  left: 30px;
}
.entry blockquote::after {
  bottom: -10px;
  right: 30px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.entry blockquote p:first-of-type {
  margin-top: 0;
}
.entry blockquote .source {
  font-size: 14px;
  color: #778270;
}
.entry p.caption {
  width: 100% !important;
}
.entry .caption-text {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
  display: block;
}
.entry ul,
.entry ol {
  margin-top: 30px;
}
.entry ul li,
.entry ol li {
  position: relative;
}
.entry ul li:nth-child(n+2),
.entry ol li:nth-child(n+2) {
  margin-top: 10px;
}
.entry ul li {
  padding-left: 1em;
}
.entry ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #d6d6d6;
  position: absolute;
  border-radius: 50%;
  top: 0.6em;
  left: 0;
}
.entry ol {
  margin-left: 1.2em;
  counter-reset: count 0;
}
.entry ol li {
  text-indent: -1.2em;
}
.entry ol li::before {
  content: counter(count) ". ";
  counter-increment: count 1;
  color: #007F41;
}
.entry img {
  max-width: 100%;
  height: auto;
}
.entry .banner {
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .entry h2, .entry h3, .entry h4, .entry h5 {
    margin-top: 10vw;
  }
  .entry h2 {
    margin-top: 10vw;
    padding: 1vw 0;
    font-size: min(6.4vw, 24px);
  }
  .entry h3 {
    padding-left: 1em;
    font-size: min(5.3333333333vw, 20px);
  }
  .entry h4 {
    padding-left: 2.2em;
    font-size: min(4.8vw, 18px);
  }
  .entry h4::before {
    width: 1.6em;
  }
  .entry h5 {
    padding-left: 0.5em;
    font-size: min(4.2666666667vw, 16px);
  }
  .entry p, .entry li, .entry strong {
    font-size: min(3.7333333333vw, 14px);
  }
  .entry p {
    margin-top: 5vw;
    line-height: 1.8;
  }
  .entry p + p {
    margin-top: 5vw;
  }
  .entry p.small {
    margin-top: 5vw;
    font-size: min(3.2vw, 12px);
  }
  .entry table {
    margin-top: 7vw;
    background: #F2F3F1;
  }
  .entry table th, .entry table td {
    padding: 2vw 3vw;
    font-size: min(3.4666666667vw, 13px);
  }
  .entry blockquote {
    margin-top: 5vw;
    padding: 8vw 4%;
  }
  .entry blockquote::before, .entry blockquote::after {
    width: 8.5333333333vw;
    height: 32px;
  }
  .entry blockquote::before {
    top: -3vw;
    left: 5vw;
  }
  .entry blockquote::after {
    bottom: -3vw;
    right: 5vw;
  }
  .entry blockquote .source {
    font-size: 3.2vw;
  }
  .entry .caption-text {
    margin-top: 3vw;
    font-size: 3.2vw;
  }
  .entry ul,
  .entry ol {
    margin-top: 5vw;
  }
  .entry ul li,
  .entry ol li {
    line-height: 1.8;
  }
  .entry ul li:nth-child(n+2),
  .entry ol li:nth-child(n+2) {
    margin-top: 1vw;
  }
  .entry .banner {
    margin: 5vw 0;
  }
  .entry .u-youtube, .entry .u-youtube iframe {
    width: 100%;
  }
}
.entry .u-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.entry .u-youtube iframe {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.entry .u-blue {
  color: #0000ff;
}
.entry .u-detail {
  background-color: #eeeeee;
  text-align: center;
  padding: 30px;
  margin-top: 2.1875rem;
}
.entry .u-detail p {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 20px;
}
.entry .u-detail a {
  display: block;
  background-color: #007e41;
  color: #fff;
  width: 60%;
  padding: 12px 30px;
  margin: 0 auto;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .entry .u-detail a {
    width: 100%;
  }
}

#ez-toc-container {
  margin-top: 50px;
}
#ez-toc-container .ez-toc-title {
  font-size: 20px;
  font-weight: 700;
}
#ez-toc-container nav {
  margin-top: 14px;
  padding: 25px 50px 35px;
  background: #F2F3F1;
}
#ez-toc-container ul {
  margin: 0;
}
#ez-toc-container .ez-toc-heading-level-2,
#ez-toc-container .ez-toc-heading-level-3,
#ez-toc-container .ez-toc-heading-level-4,
#ez-toc-container .ez-toc-heading-level-5 {
  position: relative;
}
#ez-toc-container .ez-toc-heading-level-2::before,
#ez-toc-container .ez-toc-heading-level-3::before,
#ez-toc-container .ez-toc-heading-level-4::before,
#ez-toc-container .ez-toc-heading-level-5::before {
  content: "";
  display: block;
  background: #007F41;
  position: absolute;
}
#ez-toc-container .ez-toc-heading-level-2 a,
#ez-toc-container .ez-toc-heading-level-3 a,
#ez-toc-container .ez-toc-heading-level-4 a,
#ez-toc-container .ez-toc-heading-level-5 a {
  text-decoration: none;
}
#ez-toc-container .ez-toc-heading-level-2 {
  margin-top: 10px;
  padding-left: 1em;
  padding-bottom: 10px;
}
#ez-toc-container .ez-toc-heading-level-2::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAHElEQVR4AWLKqkj6zwAFTNM65jFC2QxMMAaIBgAAAP//lfh/8gAAAAZJREFUAwB8KgQHWFnn2wAAAABJRU5ErkJggg==) repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
#ez-toc-container .ez-toc-heading-level-2::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 0.9em;
  left: 0;
}
#ez-toc-container .ez-toc-heading-level-2 a {
  color: #007F41;
  font-size: 18px;
  font-weight: 700;
}
#ez-toc-container .ez-toc-heading-level-3 {
  margin-top: 10px;
  padding-left: 1.5em;
}
#ez-toc-container .ez-toc-heading-level-3::before {
  width: 12px;
  height: 2px;
  top: 0.9em;
  left: 0;
  border-radius: 0;
  background: #778270;
}
#ez-toc-container .ez-toc-heading-level-3 a {
  color: #000;
  font-size: 16px;
}
#ez-toc-container .ez-toc-heading-level-4 {
  margin-top: 14px;
  padding-left: 4px;
}
#ez-toc-container .ez-toc-heading-level-4::before {
  content: "・";
  width: 0;
  height: 0;
  display: inline-block;
  position: relative;
  top: 0;
  left: -16px;
}
#ez-toc-container .ez-toc-heading-level-5 {
  margin: 8px 0 0 -4px;
  padding-left: 0;
}
#ez-toc-container .ez-toc-heading-level-5 a {
  font-size: 14px;
}
#ez-toc-container .ez-toc-heading-level-5::before {
  content: none;
}
@media screen and (max-width: 768px) {
  #ez-toc-container {
    margin-top: 10vw;
  }
  #ez-toc-container .ez-toc-title {
    font-size: 4.8vw;
  }
  #ez-toc-container nav {
    margin-top: 5vw;
    padding: 4vw 6%;
  }
  #ez-toc-container .ez-toc-heading-level-2 {
    margin-top: 1em;
    padding-bottom: 1em;
  }
  #ez-toc-container .ez-toc-heading-level-2::before {
    left: 0.3em;
  }
  #ez-toc-container .ez-toc-heading-level-2 a {
    font-size: 4.2666666667vw;
  }
  #ez-toc-container .ez-toc-heading-level-3 {
    margin-top: 2vw;
    padding-left: 1em;
  }
  #ez-toc-container .ez-toc-heading-level-3::before {
    width: 10px;
  }
  #ez-toc-container .ez-toc-heading-level-3 a {
    font-size: 3.7333333333vw;
  }
  #ez-toc-container .ez-toc-heading-level-4 {
    margin-top: 14px;
    padding-left: 4px;
  }
  #ez-toc-container .ez-toc-heading-level-5 a {
    font-size: 3.2vw;
  }
}

.box_author {
  margin-top: 80px;
  padding: 40px 40px 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 4px solid #F2F3F1;
}
.box_author .img {
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box_author .img img {
  width: auto;
  max-width: 200px;
  height: auto;
}
.box_author .box_text {
  width: calc(100% - 280px);
}
.box_author .box_text .tit {
  color: #778270;
  font-size: 16px;
}
.box_author .box_text .name {
  font-size: 20px;
  font-weight: 700;
}
.box_author .box_text .text {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .box_author {
    margin-top: 10vw;
    padding: 5vw 4%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .box_author .img {
    width: 100%;
  }
  .box_author .img img {
    width: auto;
    max-width: 100%;
  }
  .box_author .box_text {
    width: 100%;
    margin-top: 3vw;
  }
  .box_author .box_text .tit {
    font-size: 3.7333333333vw;
  }
  .box_author .box_text .name {
    font-size: 4.8vw;
  }
  .box_author .box_text .text {
    font-size: 3.2vw;
  }
}

#pagelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
#pagelink .box_btn {
  width: 200px;
  height: 44px;
  border: 1px solid #D6D6D6;
  position: relative;
}
#pagelink .box_btn a {
  font-size: 16px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 700;
}
#pagelink .box_btn a:hover {
  background: #D6D6D6;
}
#pagelink .box_btn span {
  padding-left: 14px;
}
#pagelink .box_btn span::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(../img/column/icon_golist.svg) no-repeat center top;
  background-size: 100%;
  position: relative;
  left: -13px;
}
#pagelink .back,
#pagelink .next {
  width: 66px;
}
#pagelink .back a,
#pagelink .next a {
  display: block;
  position: relative;
  line-height: 40px;
}
#pagelink .back a::before, #pagelink .back a::after,
#pagelink .next a::before,
#pagelink .next a::after {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#pagelink .back a::before,
#pagelink .next a::before {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
}
#pagelink .back a::after,
#pagelink .next a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-mask: url(../img/common/icon_arrow.svg);
          mask: url(../img/common/icon_arrow.svg);
  background-color: #000;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#pagelink .back a:hover::before,
#pagelink .next a:hover::before {
  width: 100%;
}
#pagelink .next a {
  padding-right: 24px;
}
#pagelink .next a::before {
  left: 0;
}
#pagelink .next a::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#pagelink .next a:hover::after {
  right: -4px;
}
#pagelink .back a {
  padding-left: 2em;
}
#pagelink .back a::before {
  right: 0;
}
#pagelink .back a::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: auto;
  left: 0;
}
#pagelink .back a:hover::after {
  left: -4px;
}
@media screen and (max-width: 768px) {
  #pagelink {
    padding-bottom: 13.5vw;
    position: relative;
  }
  #pagelink .box_btn {
    width: 54%;
    height: 9.7vw;
    position: absolute;
    margin-inline: auto;
    left: 0;
    bottom: 0;
    right: 0;
  }
  #pagelink .box_btn a {
    font-size: min(3.7333333333vw, 14px);
  }
  #pagelink .back,
  #pagelink .next {
    width: 5em;
  }
  #pagelink .back a,
  #pagelink .next a {
    font-size: min(3.7333333333vw, 14px);
  }
  #pagelink .next a {
    padding-right: 1.4em;
    text-align: right;
  }
  #pagelink .back a {
    padding-left: 1.4em;
  }
}