@charset "utf-8";


/*                entry_detail
======================================================= */
.entry_detail .head_meta {
  margin-bottom: 2.5em;
  border-bottom: solid 2px #333;
}
@media only screen and (max-width: 1024px) {
  .entry_detail .head_meta {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 768px) {
  .entry_detail .head_meta {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
.entry_detail .head_meta > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: none;
}
.entry_detail .head_meta .entry_title {
  padding: 1em 0 1.5em;
  width: 100%;
}
.entry_detail .head_meta .date > span {
  color: #b2b2b2;
  font-weight: bold;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.entry_detail .head_meta .cate {
  margin-top: 0.5em;
  font-size: 13px;
}
.entry_detail .head_meta .cate > span {
  color: #808080;
  font-weight: bold;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.entry_detail .head_meta .cate > span + span:before {
  content: "/";
  margin: auto 0.5em;
}
.entry_detail .head_meta .entry_title {
  width: 100%;
}
.entry_detail .head_meta .entry_title > h1 {
  font-weight: bold;
  font-weight: 600;
  font-size: 187.5%;
  letter-spacing: 0.005em;
}
.entry_detail .wp_entry {
  overflow: hidden;
  /*
  h2{
   font-size: $fontS18;
   margin-bottom: 0.95em;
   padding-bottom: 0.25em;
   border-bottom: solid 1px #999;
   @include media1024{
    //font-size: $fontS24;
   }
   @include media768{
    font-size: 18px;
   }
   @include media480{
    font-size: 18px;
   }
  }
  */
}
.entry_detail .wp_entry .wp-block-image {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.entry_detail .wp_entry p + .wp-block-image,
.entry_detail .wp_entry ul li + .wp-block-image,
.entry_detail .wp_entry ol li + .wp-block-image,
.entry_detail .wp_entry td + .wp-block-image,
.entry_detail .wp_entry th + .wp-block-image,
.entry_detail .wp_entry dt + .wp-block-image,
.entry_detail .wp_entry dd + .wp-block-image,
.entry_detail .wp_entry pre + .wp-block-image {
  -webkit-margin-before: 2.5em;
          margin-block-start: 2.5em;
}
.entry_detail .wp_entry p,
.entry_detail .wp_entry ul li,
.entry_detail .wp_entry ol li,
.entry_detail .wp_entry td,
.entry_detail .wp_entry th,
.entry_detail .wp_entry dt,
.entry_detail .wp_entry dd,
.entry_detail .wp_entry pre {
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  .entry_detail .wp_entry p,
  .entry_detail .wp_entry ul li,
  .entry_detail .wp_entry ol li,
  .entry_detail .wp_entry td,
  .entry_detail .wp_entry th,
  .entry_detail .wp_entry dt,
  .entry_detail .wp_entry dd,
  .entry_detail .wp_entry pre {
    font-size: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .entry_detail .wp_entry p,
  .entry_detail .wp_entry ul li,
  .entry_detail .wp_entry ol li,
  .entry_detail .wp_entry td,
  .entry_detail .wp_entry th,
  .entry_detail .wp_entry dt,
  .entry_detail .wp_entry dd,
  .entry_detail .wp_entry pre {
    font-size: 14px;
  }
}
.entry_detail .wp_entry figure {
  display: block;
  -webkit-margin-before: 1.25em;
          margin-block-start: 1.25em;
  -webkit-margin-after: 1.25em;
          margin-block-end: 1.25em;
  -webkit-margin-start: 60px;
          margin-inline-start: 60px;
  -webkit-margin-end: 60px;
          margin-inline-end: 60px;
}
.entry_detail .wp_entry figure.alignleft, .entry_detail .wp_entry figure.alignright {
  max-width: 50%;
}
.entry_detail .wp_entry figure.alignleft {
  margin-left: 0;
}
.entry_detail .wp_entry figure.alignright {
  margin-right: 0;
}
@media only screen and (max-width: 1200px) {
  .entry_detail .wp_entry figure {
    -webkit-margin-start: 40px;
            margin-inline-start: 40px;
    -webkit-margin-end: 40px;
            margin-inline-end: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .entry_detail .wp_entry figure {
    -webkit-margin-start: 30px;
            margin-inline-start: 30px;
    -webkit-margin-end: 30px;
            margin-inline-end: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .entry_detail .wp_entry figure {
    -webkit-margin-start: 20px;
            margin-inline-start: 20px;
    -webkit-margin-end: 20px;
            margin-inline-end: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .entry_detail .wp_entry figure {
    -webkit-margin-start: 10px;
            margin-inline-start: 10px;
    -webkit-margin-end: 10px;
            margin-inline-end: 10px;
  }
  .entry_detail .wp_entry figure.alignleft, .entry_detail .wp_entry figure.alignright {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.entry_detail .wp_entry p + p,
.entry_detail .wp_entry p + ul,
.entry_detail .wp_entry p + ol,
.entry_detail .wp_entry p + div,
.entry_detail .wp_entry p + figure,
.entry_detail .wp_entry p pre,
.entry_detail .wp_entry ul + p,
.entry_detail .wp_entry ul + ul,
.entry_detail .wp_entry ul + ol,
.entry_detail .wp_entry ul + div,
.entry_detail .wp_entry ul + figure,
.entry_detail .wp_entry ul pre,
.entry_detail .wp_entry ol + p,
.entry_detail .wp_entry ol + ul,
.entry_detail .wp_entry ol + ol,
.entry_detail .wp_entry ol + div,
.entry_detail .wp_entry ol + figure,
.entry_detail .wp_entry ol pre,
.entry_detail .wp_entry div + p,
.entry_detail .wp_entry div + ul,
.entry_detail .wp_entry div + ol,
.entry_detail .wp_entry div + div,
.entry_detail .wp_entry div + figure,
.entry_detail .wp_entry div pre,
.entry_detail .wp_entry figure + p,
.entry_detail .wp_entry figure + ul,
.entry_detail .wp_entry figure + ol,
.entry_detail .wp_entry figure + div,
.entry_detail .wp_entry figure + figure,
.entry_detail .wp_entry figure pre,
.entry_detail .wp_entry pre + p,
.entry_detail .wp_entry pre + ul,
.entry_detail .wp_entry pre + ol,
.entry_detail .wp_entry pre + div,
.entry_detail .wp_entry pre + figure,
.entry_detail .wp_entry pre pre {
  -webkit-margin-before: 2em;
  margin-top: 1em;
}
.entry_detail .wp_entry p + h2,
.entry_detail .wp_entry ul + h2,
.entry_detail .wp_entry ol + h2,
.entry_detail .wp_entry div + h2,
.entry_detail .wp_entry figure + h2,
.entry_detail .wp_entry pre + h2 {
  margin-top: 1.5em;
}
.entry_detail .wp_entry p + h3,
.entry_detail .wp_entry ul + h3,
.entry_detail .wp_entry ol + h3,
.entry_detail .wp_entry div + h3,
.entry_detail .wp_entry figure + h3,
.entry_detail .wp_entry pre + h3 {
  margin-top: 1.25em;
}
.entry_detail .wp_entry p + h4,
.entry_detail .wp_entry ul + h4,
.entry_detail .wp_entry ol + h4,
.entry_detail .wp_entry div + h4,
.entry_detail .wp_entry figure + h4,
.entry_detail .wp_entry pre + h4 {
  margin-top: 1em;
}
.entry_detail .wp_entry ul li {
  padding-left: 1em;
  position: relative;
  text-indent: inherit;
}
.entry_detail .wp_entry ul li + li {
  margin-top: 0.4em;
}
.entry_detail .wp_entry ul li:before {
  position: absolute;
  left: 0;
  top: 0.45em;
  display: block;
  content: "";
  line-height: 0.5em;
  width: 0.5em;
  height: 0.5em;
  background-color: #657b97;
}
.entry_detail .wp_entry .wp-block-gallery {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}
.entry_detail .wp_entry .wp-block-gallery ul.blocks-gallery-grid {
  width: 100%;
}
.entry_detail .wp_entry .wp-block-gallery ul.blocks-gallery-grid li:before {
  display: none;
}
.entry_detail .wp_entry .wp-block-gallery ul.blocks-gallery-grid .blocks-gallery-item {
  padding-left: 0;
  text-indent: 0;
  list-style-type: none;
}
.entry_detail .wp_entry h2 {
  font-size: 162.5%;
  font-weight: bold;
  font-weight: 600;
  padding-left: 0.85em;
  position: relative;
  line-height: 1.2;
  padding-right: 0.35em;
  letter-spacing: 0.05em;
  margin-bottom: 1.25em;
}
.entry_detail .wp_entry h2:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 5px;
  height: 100%;
  background-color: #657b97;
}
@media only screen and (max-width: 1024px) {
  .entry_detail .wp_entry h2 {
    margin-bottom: 25px;
    font-size: 150%;
  }
}
@media only screen and (max-width: 768px) {
  .entry_detail .wp_entry h2 {
    font-size: 125%;
  }
  .entry_detail .wp_entry h2:before {
    width: 4px;
  }
}
@media only screen and (max-width: 480px) {
  .entry_detail .wp_entry h2 {
    font-size: 18px;
  }
  .entry_detail .wp_entry h2:before {
    width: 4px;
  }
}
.entry_detail .wp_entry h3 {
  font-size: 125%;
  color: #657b97;
  margin-bottom: 1em;
  font-weight: bold;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .entry_detail .wp_entry h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .entry_detail .wp_entry h3 {
    font-size: 18px;
  }
}
.entry_detail .wp_entry h4 {
  font-size: 100%;
  margin-bottom: 0.75em;
}
@media only screen and (max-width: 768px) {
  .entry_detail .wp_entry h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .entry_detail .wp_entry h4 {
    font-size: 16px;
  }
}
.entry_detail .wp_entry figcaption {
  display: block;
  width: 100%;
  text-align: center;
}
.entry_detail .wp_entry .blocks-gallery-item figure {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.entry_detail .wp_entry .wp-block-column figure {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.entry_detail .wp_entry .wp-block-column .wp-block-table + .wp-block-table {
  margin-top: 1.5em;
}
.entry_detail .wp_entry .wp-block-column .wp-block-table figcaption {
  text-align: left;
}
.entry_detail .wp_entry .wp-block-column .wp-block-table table {
  border-right: solid 1px #d5d5d5;
  border-top: solid 1px #d5d5d5;
}
.entry_detail .wp_entry .wp-block-column .wp-block-table table td,
.entry_detail .wp_entry .wp-block-column .wp-block-table table th {
  padding: 0.85em 0.75em 0.75em;
  border-bottom: solid 1px #d5d5d5;
  border-left: solid 1px #d5d5d5;
}
.entry_detail .wp_entry .wp-block-column .wp-block-table table + figcaption {
  padding-top: 0.5em;
}
.entry_detail .wp_entry .wp-block-column .wp-block-table.is-style-stripes {
  border-bottom-style: none;
}
.entry_detail .wp_entry .wp-block-column .wp-block-table.is-style-stripes table {
  border-right-style: none;
  border-top-style: none;
  border-bottom: 1px solid #f0f0f0;
}
.entry_detail .wp_entry .wp-block-column .wp-block-table.is-style-stripes table td,
.entry_detail .wp_entry .wp-block-column .wp-block-table.is-style-stripes table th {
  padding: 0.65em 0.75em 0.55em;
}
.entry_detail .wp_entry .wp-block-column .wp-block-table.is-style-stripes table tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.entry_detail .wp_entry .wp-block-column .wp-block-table.is-style-stripes table td {
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
}
.entry_detail .wp_entry .wp-block-column .wp-block-table.is-style-stripes table tr:nth-child(even) td {
  border-left: solid 1px #f0f0f0;
  border-left: solid 1px #fff;
}
.entry_detail .wp_entry .wp-block-column .wp-block-table.is-style-stripes table tr:nth-child(even) td + td {
  border-left: solid 1px #f0f0f0;
}
.entry_detail .wp_entry .wp-block-column .wp-block-table.is-style-stripes table + figcaption {
  border-top: 1px solid #f0f0f0;
  margin-top: 0.5em;
  padding-top: 0.5em;
}
.entry_detail .wp_entry .wp-block-quote {
  border-left: 4px solid #fff;
  margin: 0 0 28px;
  padding-left: 1em;
}
.entry_detail .wp_entry .wp-block-table table {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.entry_detail .wp_entry .wp-block-table table th,
.entry_detail .wp_entry .wp-block-table table td {
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
  padding: 0.5em;
}
.entry_detail .author_prof_cont {
  margin-top: 60px;
  background-color: #eef1f4;
}
@media only screen and (max-width: 1024px) {
  .entry_detail .author_prof_cont {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .entry_detail .author_prof_cont {
    margin-top: 30px;
  }
}
.entry_detail .author_prof_cont .prof_title {
  background-color: #657b97;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 1.5em;
}
.entry_detail .author_prof_cont .prof_title > p,
.entry_detail .author_prof_cont .prof_title > h2 {
  font-weight: bold;
  font-weight: 600;
  letter-spacing: 0.025em;
  font-size: 100%;
  line-height: 1.1;
}
@media only screen and (max-width: 768px) {
  .entry_detail .author_prof_cont .prof_title {
    padding: 0.75em 1.25em;
  }
  .entry_detail .author_prof_cont .prof_title > p,
  .entry_detail .author_prof_cont .prof_title > h2 {
    font-size: 93.8%;
  }
}
.entry_detail .author_prof_cont .prof_main {
  padding: 30px;
}
.entry_detail .author_prof_cont .prof_main .prof_inner + .prof_inner {
  margin-top: 30px;
}
@media only screen and (max-width: 1200px) {
  .entry_detail .author_prof_cont .prof_main {
    padding: 20px;
  }
  .entry_detail .author_prof_cont .prof_main .prof_inner + .prof_inner {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .entry_detail .author_prof_cont .prof_main {
    padding: 15px;
  }
  .entry_detail .author_prof_cont .prof_main .prof_inner + .prof_inner {
    margin-top: 15px;
  }
}
.entry_detail .author_prof_cont .author_prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry_detail .author_prof_cont .author_prof .thumb {
  position: relative;
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
  max-width: 150px;
  min-width: 150px;
  width: 150px;
  height: 150px;
}
@media only screen and (max-width: 1200px) {
  .entry_detail .author_prof_cont .author_prof .thumb {
    -ms-flex-preferred-size: 130px;
        flex-basis: 130px;
    max-width: 130px;
    min-width: 130px;
    width: 130px;
    height: 130px;
  }
}
@media only screen and (max-width: 768px) {
  .entry_detail .author_prof_cont .author_prof .thumb {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    max-width: 100px;
    min-width: 100px;
    width: 100px;
    height: 100px;
  }
}
.entry_detail .author_prof_cont .author_prof .thumb .size {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.entry_detail .author_prof_cont .author_prof .thumb .photo {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.entry_detail .author_prof_cont .author_prof .thumb .photo img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 200%;
  height: 100%;
}
.entry_detail .author_prof_cont .author_prof .text {
  padding-left: 1.25em;
}
@media only screen and (min-width: 769px) {
  .entry_detail .author_prof_cont .author_prof .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.entry_detail .author_prof_cont .author_prof .text .text_name > span {
  display: block;
}
.entry_detail .author_prof_cont .author_prof .text .text_name > span.name {
  font-size: 125%;
  font-weight: bold;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.entry_detail .author_prof_cont .author_prof .text .text_name > span.name_en {
  text-indent: 0.1em;
  margin-top: 0.5em;
  color: #657b97;
  font-size: 100%;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1200px) {
  .entry_detail .author_prof_cont .author_prof .text .text_name {
    padding-left: 1em;
  }
  .entry_detail .author_prof_cont .author_prof .text .text_name > span {
    display: block;
  }
  .entry_detail .author_prof_cont .author_prof .text .text_name > span.name {
    font-size: 112.5%;
  }
  .entry_detail .author_prof_cont .author_prof .text .text_name > span.name_en {
    font-size: 87.5%;
  }
}
@media only screen and (max-width: 768px) {
  .entry_detail .author_prof_cont .author_prof .text .text_name {
    padding-left: 15px;
  }
  .entry_detail .author_prof_cont .author_prof .text .text_name > span {
    display: block;
  }
  .entry_detail .author_prof_cont .author_prof .text .text_name > span.name {
    font-size: 16px;
  }
  .entry_detail .author_prof_cont .author_prof .text .text_name > span.name_en {
    font-size: 12px;
  }
}
@media only screen and (min-width: 769px) {
  .entry_detail .author_prof_cont .author_prof .text .text_prof {
    padding-left: 1.5em;
  }
}
@media only screen and (max-width: 768px) {
  .entry_detail .author_prof_cont .author_prof .text .text_prof {
    padding-left: 15px;
    padding-top: 10px;
  }
}
.entry_detail .author_prof_cont .author_prof .text .text_prof p {
  font-size: 93.8%;
  line-height: 1.3;
}
.entry_detail .author_prof_cont .prof_list_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;
  margin-bottom: 1em;
  border-bottom: solid 2px #333;
}
.entry_detail .author_prof_cont .prof_list_title h1,
.entry_detail .author_prof_cont .prof_list_title h2,
.entry_detail .author_prof_cont .prof_list_title h3,
.entry_detail .author_prof_cont .prof_list_title > p {
  font-size: 100%;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-bottom: 0.3em;
}
.entry_detail .author_prof_cont .prof_list_title h1 > span,
.entry_detail .author_prof_cont .prof_list_title h2 > span,
.entry_detail .author_prof_cont .prof_list_title h3 > span,
.entry_detail .author_prof_cont .prof_list_title > p > span {
  display: inline-block;
}
.entry_detail .author_prof_cont .prof_list_title .author_link > a {
  display: block;
  padding-left: 1.25em;
  letter-spacing: 0.1em;
  position: relative;
}
.entry_detail .author_prof_cont .prof_list_title .author_link > a:hover {
  text-decoration: none;
}
.entry_detail .author_prof_cont .prof_list_title .author_link > a:before, .entry_detail .author_prof_cont .prof_list_title .author_link > a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.entry_detail .author_prof_cont .prof_list_title .author_link > a:before {
  width: 16px;
  height: 16px;
  background: #657b97;
}
.entry_detail .author_prof_cont .prof_list_title .author_link > a:after {
  left: 5px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
@media only screen and (min-width: 769px) {
  .entry_detail .author_prof_cont .prof_list_title .author_link > a > span {
    position: relative;
  }
  .entry_detail .author_prof_cont .prof_list_title .author_link > a > span:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: -0.1em;
    width: 0%;
    height: 1px;
    border-top: solid 1px #657b97;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .entry_detail .author_prof_cont .prof_list_title .author_link > a:hover > span {
    position: relative;
  }
  .entry_detail .author_prof_cont .prof_list_title .author_link > a:hover > span:before {
    width: 100%;
    opacity: 0.5;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media only screen and (max-width: 1200px) {
  .entry_detail .author_prof_cont .prof_list_title {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 768px) {
  .entry_detail .author_prof_cont .prof_list_title {
    margin-bottom: 1em;
  }
  .entry_detail .author_prof_cont .prof_list_title h1,
  .entry_detail .author_prof_cont .prof_list_title h2,
  .entry_detail .author_prof_cont .prof_list_title h3,
  .entry_detail .author_prof_cont .prof_list_title > p {
    letter-spacing: 0.025em;
  }
  .entry_detail .author_prof_cont .prof_list_title .author_link > a {
    padding-left: 1em;
    letter-spacing: 0.015em;
  }
  .entry_detail .author_prof_cont .prof_list_title .author_link > a:before {
    width: 14px;
    height: 14px;
  }
  .entry_detail .author_prof_cont .prof_list_title .author_link > a:after {
    left: 3px;
  }
}
@media only screen and (max-width: 480px) {
  .entry_detail .author_prof_cont .prof_list_title {
    margin-bottom: 1em;
  }
  .entry_detail .author_prof_cont .prof_list_title h1,
  .entry_detail .author_prof_cont .prof_list_title h2,
  .entry_detail .author_prof_cont .prof_list_title h3,
  .entry_detail .author_prof_cont .prof_list_title > p {
    letter-spacing: 0.025em;
  }
  .entry_detail .author_prof_cont .prof_list_title .author_link > a {
    padding-left: 0.9em;
    letter-spacing: -0.025em;
  }
  .entry_detail .author_prof_cont .prof_list_title .author_link > a:before {
    width: 14px;
    height: 14px;
  }
  .entry_detail .author_prof_cont .prof_list_title .author_link > a:after {
    left: 3px;
  }
}
.entry_detail .author_prof_cont .thumb_list > ul .thumb_cont .date {
  background-color: #eef1f4;
}
@media only screen and (max-width: 480px) {
  .entry_detail .author_prof_cont .thumb_list > ul > li {
    width: 100%;
  }
}
.entry_detail .ft_meta {
  margin-top: 1.5em;
  padding-top: 1.5em;
}
.entry_detail .ft_meta .ft_sns {
  margin: 1.15em 0 2em;
}
.entry_detail .ft_meta .ft_sns ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.entry_detail .ft_meta .ft_sns ul li {
  width: 25%;
  padding-left: 8px;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .entry_detail .ft_meta .ft_sns ul {
    margin-left: -5px;
  }
  .entry_detail .ft_meta .ft_sns ul li {
    width: 25%;
    padding-left: 5px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .entry_detail .ft_meta .ft_sns ul {
    margin-left: -5px;
  }
  .entry_detail .ft_meta .ft_sns ul li {
    width: 50%;
    padding-left: 5px;
    margin-bottom: 5px;
  }
}
.entry_detail .ft_meta .ft_sns ul li > a {
  padding: 4px 5px 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 46px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  text-decoration: none;
  display: flex;
  cursor: pointer;
  align-items: center;
}
.entry_detail .ft_meta .ft_sns ul li > a:hover {
  opacity: 0.8;
}
.entry_detail .ft_meta .ft_sns ul li > a i {
  font-size: 112.5%;
}
.entry_detail .ft_meta .ft_sns ul li > a i + span {
  margin-left: 0.5em;
}
.entry_detail .ft_meta .ft_sns ul li > a > span {
  line-height: 1;
  font-size: 87.5%;
  letter-spacing: 0.05em;
}
.entry_detail .ft_meta .ft_sns ul li > a > span.icon {
  font-size: 100%;
  font-weight: bold;
  letter-spacing: normal;
}
.entry_detail .ft_meta .ft_sns ul li > a > span.icon + span {
  margin-left: 0.5em;
}
.entry_detail .ft_meta .ft_sns ul li.facebook > a {
  background-color: #1877f2;
}
.entry_detail .ft_meta .ft_sns ul li.twitter > a {
  background-color: #1da1f2;
}
.entry_detail .ft_meta .ft_sns ul li.hatebu > a {
  background-color: #1a99ce;
}
.entry_detail .ft_meta .ft_sns ul li.pocket > a {
  background-color: #ef4154;
}
.entry_detail .ft_meta .ft_sns ul li.line > a {
  background-color: #00c300;
}
.entry_detail .ft_meta .ft_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.entry_detail .ft_meta .page_nav {
  width: 100%;
  max-width: 184px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;
}
.entry_detail .ft_meta .page_nav > div {
  padding: 0 5px;
  width: 27.25%;
}
.entry_detail .ft_meta .page_nav > div.cate {
  width: 45.5%;
}
.entry_detail .ft_meta .page_nav > div > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #333;
  padding: 0.5em;
  height: 40px;
  color: #333;
}
.entry_detail .ft_meta .page_nav > div > a:hover {
  text-decoration: none;
}
.entry_detail .ft_meta .page_nav > div > a > span {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 100%;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .entry_detail .ft_meta .page_nav > div > a {
    height: 36px;
  }
  .entry_detail .ft_meta .page_nav > div > a > span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 400px) {
  .entry_detail .ft_meta .page_nav > div > a {
    height: 36px;
  }
  .entry_detail .ft_meta .page_nav > div > a > span {
    font-size: 14px;
  }
}
.entry_detail .ft_meta .page_nav > div.prev, .entry_detail .ft_meta .page_nav > div.next {
  overflow: hidden;
}
.entry_detail .ft_meta .page_nav > div.prev > a > span, .entry_detail .ft_meta .page_nav > div.next > a > span {
  position: relative;
  text-indent: -999px;
}
.entry_detail .ft_meta .page_nav > div.prev > a > span {
  padding-left: 0.7em;
  position: relative;
}
.entry_detail .ft_meta .page_nav > div.prev > a > span:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 1px #333;
  border-left: solid 1px #333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg) translateX(-75%);
      -ms-transform: rotate(45deg) translateX(-75%);
          transform: rotate(45deg) translateX(-75%);
}
.entry_detail .ft_meta .page_nav > div.next > a > span {
  padding-right: 0.7em;
  position: relative;
}
.entry_detail .ft_meta .page_nav > div.next > a > span:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg) translateX(-75%);
      -ms-transform: rotate(45deg) translateX(-75%);
          transform: rotate(45deg) translateX(-75%);
}
@media only screen and (min-width: 769px) {
  .entry_detail .ft_meta .page_nav > div a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .entry_detail .ft_meta .page_nav > div a > span:before {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .entry_detail .ft_meta .page_nav > div a:hover {
    border: solid 1px #657b97;
    background-color: #657b97;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .entry_detail .ft_meta .page_nav > div.prev > a > span:before {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .entry_detail .ft_meta .page_nav > div.prev > a:hover > span:before {
    border-bottom: solid 1px #fff;
    border-left: solid 1px #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .entry_detail .ft_meta .page_nav > div.next > a > span:before {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .entry_detail .ft_meta .page_nav > div.next > a:hover > span:before {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}

