@charset "utf-8";

/* -----------------------------------------
  スマートフォンの余白調整
-----------------------------------------*/
.__react_component_tooltip.type-error {
  background-color: #e60012 !important;
}

.Tooltip {
  color: #fff;
}

.App {
  overflow: hidden;
}

.btn-ghost {
  color: #fff;
  background-color: #f00;
  opacity: 0.4;
  width: 30px;
  padding: 0;
  transition: 0.3s;
}

.btn-ghost:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.navi_scrollbtn_right {
  display: none;
}

.navi_scrollbtn_left {
  display: none;
}

nav.navbar.navbar-expand.navbar-light.category-nav {
  height: 60px;
}

/*--------------------------------------
  タグクラウド
----------------------------------------*/

.tag_cloud ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tag_cloud ul li {
  display: inline-block;
  margin: 0 .3em .3em 0;
  padding: 0;
}

.tag_cloud ul li a {
  display: inline-block;
  max-width: 150px;
  height: 28px;
  line-height: 28px;
  padding: 0 1em;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
  font-size: .9rem;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}

.tag_cloud ul li a:hover {
  background-color: #3498db;
  border: 1px solid #3498db;
  color: #fff;
}


@media screen and (max-width: 992px) {
  #home {
    padding-top: 0;
  }

  .navi_scrollbtn_right {
    display: block;
    position: absolute;
    right: 0px;
  }

  .navi_scrollbtn_left {
    display: block;
    position: absolute;
    left: 0px;
  }
}

.ReactModal__Body--open {
  position: fixed;
}

.frame {
  overflow-y: auto;
  max-height: 95vh;
}

/*.scrollable{
}*/
/* -----------------------------------------
 Back to top (hidden on mobile) 
----------------------------------------- */
.page-top {
  margin: 0;
  padding: 0;
  display: none;
}

.page-top p {
  margin: 0;
  padding: 0;

  position: fixed;
  right: 16px;
  bottom: 16px;
}

.move-page-top {
  display: block;
  background: #d36015;
  width: 50px;
  height: 50px;

  color: #fff;
  line-height: 50px;
  text-decoration: none;
  text-align: center;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.move-page-top:hover {
  opacity: 0.85;
}

/* .scroll_hide {
  opacity: 0;
  transition: opacity 500ms ease-in;
}

.scroll_show {
  opacity: 1;
  transition: opacity 500ms ease-out;
}*/
.scroll-top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 120;
  background-color: #e60012;
  opacity: 0.3;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  color: #fff;
  transition: 0.3s;
}

.scroll-top:hover {
  cursor: pointer;
  color: #fff;
  border: none;
  opacity: .8;
  transition: 0.3s;
}

.scroll-end {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 120;
  background-color: #e60012;
  opacity: 0.3;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  color: #fff;
  transition: 0.3s;
}

.scroll-end:hover {
  cursor: pointer;
  color: #fff;
  border: none;
  opacity: .8;
  transition: 0.3s;
}

/* -----------------------------------------
	General
----------------------------------------- */
@media (max-width: 920px) {
  body {
    font-size: .85rem;
  }
}

.relative {
  position: relative;
}

@media (min-width: 1030px) {
  .container {
    max-width: 1030px;
  }
}

@media (min-width: 1230px) {
  .container {
    max-width: 1230px;
  }
}

@media (min-width: 1330px) {
  .container {
    max-width: 1330px;
  }
}


/* main {
  margin-top: 3rem;
}*/
.bg-gray {
  background-color: #f8f8f8;
}

a {
  color: #1a1a1a;
}

a:hover,
button:hover {
  color: initial;
  text-decoration: none;
  opacity: .6;
}

a.more {
  font-size: .875rem;
  color: #666;
  padding-bottom: .2rem;
  border-bottom: solid 1px #666;
}

/* button */
.btn-default {
  background: #e60012;
  border-radius: 50px;
  color: #fff;
}

.author-info .btn-default {
  margin-left: 40px;
}

.btn-lg.btn-default {
  font-size: 1rem;
  padding: .5rem 3rem;
}

.btn-sm.btn-default {
  font-size: .75rem;
  vertical-align: middle;
  padding: .1rem 1.5rem;
}

.btn-default i {
  position: relative;
  top: .1rem;
  font-size: .8rem;
}

.btn-default:hover {
  color: #fff;
}

/* .breadcrumb */
.breadcrumb {
  background: transparent;
  font-size: .75rem;
  padding: 1.5rem 0 0;
  margin-bottom: 3rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
}

.breadcrumb a {
  color: #808080;
}

.breadcrumb-item.active {
  color: #1a1a1a;
  font-weight: 600;
}

h3 {
  font-size: 1.75rem;
  line-height: 1.75rem;
  font-weight: 600;
  border-left: .4rem solid #e60012;
  padding-left: .4rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  main {
    margin-top: 1.5rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  .breadcrumb {
    padding: 0;
    margin-bottom: 2rem;
  }
}

@media (max-width: 576px) {
  .btn-lg.btn-default {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

/* -----------------------------------------
	Header
----------------------------------------- */
header {
  position: relative;
  padding-top: 30px;
}

header .inner {
  padding-bottom: 5px;
}

header .inner.top {
  height: 81vh;
  max-height: 664px;
  z-index: 0;
  overflow: hidden;
}

header .inner.top::before {
  content: '';
  background: url("../img/hand-861275_1920.jpg") no-repeat center center;
  background-size: 100% auto;
  opacity: 0.5;
  /*半透明カラーの透明度*/
  filter: blur(8px);
  /*ぼかし度*/
  max-height: 705px;
  position: absolute;
  /* 参考: http://designcolor-web.com/2016/09/14/css-blur-effects-background/*/
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  z-index: -1;
}

.Header-top {
  margin: auto;
  max-width: 500px;
}

header h1 img {
  width: 100%;
  margin-bottom: 15px;
}


header .form-search {
  max-width: 250px;
  position: relative;
  margin-top: 45px;
}

header .input-group>.form-control:focus {
  z-index: 0;
}

header .form-search input {
  padding-left: 2.2rem;
}

header .form-search i {
  position: absolute;
  top: 7px;
  left: 10px;
  font-size: 1.4rem;
  color: #808080;
}

.top-nav a {
  font-size: .7rem;
}

/* .category-nav */
.navbar.category-nav {
  background: #f4f4f4;
  padding: 0;
}

.category-nav .navbar-nav {
  margin: 0 auto;
}

.category-nav .nav-item {
  padding-left: .5rem;
  padding-right: .5rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

.category-nav .nav-link {
  color: #4c4c4c !important;
  font-size: .875rem;
  font-weight: 600;
  border-bottom: solid 2px #ccc;
  padding: 0;
}

.category-nav .nav-link.nav-job {
  border-color: #00a8ee;
}

.category-nav .nav-link.nav-money {
  border-color: #f6c500;
}

.category-nav .nav-link.nav-parenting {
  border-color: #ff9046;
}

.category-nav .nav-link.nav-selfhelp {
  border-color: #59a71f;
}

.category-nav .nav-link.nav-mind {
  border-color: #ff2c2c;
}

.category-nav .nav-link.nav-hobby {
  border-color: #ae4ddc;
}

.category-nav .nav-link.nav-human {
  border-color: #51617c;
}

.category-nav .nav-link.nav-hb {
  border-color: #ff7498;
}

header .sns-links {
  margin-top: 40px;
}

.sns-links .nav-link {
  font-size: 1.7rem;
  padding: .4rem 1rem;
}

.sns-links .nav-link:hover {
  opacity: .6;
}

.sns-links .nav-fb {
  color: #3b50a0;
}

.sns-links .nav-tw {
  color: #00aced;
}

.sns-links .nav-rss {
  color: #ff9d46;
}

.top-nav .nav-link {
  padding: .3rem .4rem;
}

.mobile-ballon {
  padding-right: 10px;
}

@media (min-width:992px) {
  .mobile-ballon {
    display: none;
  }
}


.snsBar {
  display: none;
}

.other-top {
  max-width: 300px;
}

@media (max-width: 992px) {
  header {
    padding-top: 0;
  }

  .sns-links .nav-link {
    font-size: 1.4rem;
  }

  /* header .side,
  header .form-search,
  header .sns-links,
  header .top-nav */

  header .sns-links {
    margin-top: 5px;
  }

  header h1 .img-catchphrase {
    display: block;
    margin: 0px auto 15px;
    width: 250px;
  }

  header .inner {
    padding-top: 25px
  }

  header .logo {
    flex: none;
    width: 100%;
    max-width: 100%;
  }

  header h1 {
    z-index: 400;
  }

  header h1 img {
    width: 250px;
  }

  .navbar.category-nav {
    box-sizing: border-box;
  }

  .navbar-toggler {
    border: none;
    z-index: 500;
  }

  .navbar-toggler-icon {
    width: 1.2rem;
    height: 1.2rem;
  }

  article .entry-thumb img {
    height: 210px;
  }

  .category-nav {
    overflow-x: auto;
  }

  .category-nav::-webkit-scrollbar {
    /* chrome, safariのみ */
    display: none;
  }

  .category-nav .nav-item {
    padding: .5rem 1.8rem;
  }

  @media (max-width: 992px) {
    .category-nav .nav-item {
      padding: .5rem 0.5rem;
    }
  }

  .category-nav .nav-link {
    word-break: keep-all;
    white-space: nowrap;
  }

  header .form-search {
    margin-top: 1.5rem;
  }

  .post-list .small-articles .entry-category {
    position: relative !important;
    width: 100%;
  }
}

/* -----------------------------------------
	Footer
----------------------------------------- */
footer {
  background: #fff4f2;
  padding: 30px 10px 20px;
  margin-top: 6rem;
}

.f-nav a {
  font-size: .875rem;
}

.footer-links {
  max-width: 420px;
  margin: 2rem auto;
}

.footer-links .f-logo img {
  width: 90%;
  max-width: 200px;
  padding: 1rem 0 1.5rem;
}

.footer-links .btn {
  background: #fff;
  border: solid 2px #1a1a1a;
  border-radius: 20px;
}

footer p {
  color: #808080;
  margin-bottom: 0;
}

@media (max-width: 576px) {
  footer {
    margin-top: 3.5rem;
  }
}

/* -----------------------------------------
	Article List
----------------------------------------- */
.author-bio p {
  margin: 0;
}

.entry-body p {
  margin: 0;
}

/* category */
.entry-category {
  /* display: inline-block; */
  min-width: 70px;
  font-size: .75rem;
  text-align: center;
  z-index: 100;
}

.entry-category.category-job {
  background-color: #00a8ee;
}

.entry-category.category-money {
  background-color: #f6c500;
}

.entry-category.category-parenting {
  background-color: #ff9046;
}

.entry-category.category-selfhelp {
  background-color: #59a71f;
}

.entry-category.category-mind {
  background-color: #ff2c2c;
}

.entry-category.category-hobby {
  background-color: #ae4ddc;
}

.entry-category.category-human {
  background-color: #51617c;
}

.entry-category.category-hb {
  background-color: #ff7498;
}

.entry-category a {
  display: block;
  color: #fff;
  padding: .3rem 1rem;
}

.post-list .entry-category {
  position: absolute;
  left: 0;
  top: 0;
}

/* tag */
.entry-tags li {
  float: left;
  list-style: none;
  margin-right: .5rem;
}

.entry-tags li:last-child {
  margin-right: 0;
}

.entry-tags li {
  /* display: inline-block; */
  font-size: .75rem;
  color: #666;
  background-color: #f8f8f8;
  border: solid 1px #e7e7e7;
  border-radius: 3px;
  padding: .3rem .5rem;
}

/* article */
.post-list article {
  margin-bottom: 1.3rem;
}

.post-list article:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: .6;
}

article .entry-box {
  position: relative;
  display: block;
}

article .entry-thumb img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

@media (max-width: 768px) {
  article .entry-thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
}

article .favarite-thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

article .news-thumb img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

@media (max-width: 920px) {
  article .news-thumb img {
    width: 100%;
    height: 90px;
    object-fit: cover;
  }

  article .entry-title,
  h1 {
    font-size: 1.6rem;
  }
}

article .entry-title {
  line-height: 1.6rem;
  word-break: break-all;
}

/* author */
.author-face img {
  height: 150px;
  width: 150px;
  object-fit: cover;
}

.author-report-thumb img {
  width: 100%;
  height: 75px;
  object-fit: cover;
}

article .entry-author .author-img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: solid 1px #fff;
  margin-right: .3rem;
  object-fit: cover;
}

article .entry-author .author-name {
  font-size: .9rem;
}

/* Topics */
.topics article {
  margin-bottom: 1.8rem;
}

.topics article .entry-tags {
  position: absolute;
  top: 16.5rem;
  right: .3rem;
  opacity: .8;
  z-index: 110;
}

.topics article .entry-thumb::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, .1) 60%);
}

.topics article .entry-bottom {
  position: absolute;
  bottom: 0;
  z-index: 100;
  color: #fff;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  padding: 1rem 1.5rem;
}

.topics article .entry-title {
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-bottom: .7rem;
}

@media (max-width: 920px) {
  .topics article .entry-thumb::after {
    display: none;
  }

  .topics article .entry-bottom {
    position: relative;
    color: #1a1a1a;
    text-shadow: none;
    padding: .7rem 0;
  }

  .topics article .entry-title {
    font-size: 1rem;
  }
}

/* .default-articles */
.default-articles article .entry-tags {
  position: absolute;
  top: 10.4rem;
  right: .3rem;
  opacity: .8;
  z-index: 100;
}

.default-articles article .entry-title {
  font-size: 1rem;
  min-height: 2.4rem;
  margin: .5rem 0 .4rem;
}

.default-articles article .entry-author,
.small-articles article .entry-author {
  color: #666;
}

@media (max-width: 1029px) {
  .default-articles article .entry-tags {
    top: 6.1rem;
  }
}

@media (max-width: 920px) {
  .default-articles article .entry-tags {
    top: 6.4rem;
  }
}

@media (max-width: 768px) {
  .default-articles article .entry-tags {
    top: 7.5rem;
  }
}

@media (max-width: 576px) {
  .default-articles article .entry-tags {
    display: none;
  }

  .default-articles article .entry-title {
    min-height: 3rem;
  }
}

/* .small-articles */
.small-articles .float-left {
  width: 30%;
  max-width: 150px;
}

.small-articles .float-right {
  width: 67%;
}

.small-articles article .entry-title {
  font-size: 1rem;
}

.small-articles article .entry-author {
  position: absolute;
  bottom: 0;
}

@media (min-width: 768px) {
  .small-articles article .entry-title {
    min-height: 4rem;
  }
}

@media (max-width: 576px) {
  .small-articles .float-left {
    width: 35%;
  }

  .small-articles .float-right {
    width: 62%;
  }

  .small-articles article .entry-title {
    font-size: .95rem;
    overflow: hidden;
  }

  /* .small-articles article .entry-author {
    position: relative;
  } */

}

/* .x-small-articles */
.x-small-articles .d-table {
  width: 100%;
  table-layout: fixed;
}

.x-small-articles .d-table-cell {
  vertical-align: middle;
}

.x-small-articles .d-table-cell:first-child {
  position: relative;
  width: 25%;
}

.x-small-articles .entry-title {
  font-size: 1rem;
  font-weight: 200;
  padding-left: .5rem;
  margin: 0;
}

.x-small-articles .d-table-profile p {
  height: 4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* .x-small-articles.post-ranking */
.post-ranking .entry-rank {
  position: absolute;
  right: -1rem;
  bottom: -.8rem;
}

.post-ranking .entry-rank i {
  font-size: 2.8rem;
  color: #725750;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

.post-ranking .entry-rank.rank-top i {
  color: #ffa61b;
}

.post-ranking .entry-rank span {
  position: relative;
  left: -1.6rem;
  top: -.45rem;
  color: #fff;
  font-size: .75rem;
}

/* -----------------------------------------
	Home
----------------------------------------- */
#home {
  padding-top: 2rem;
}

#home h2,
h2.page-title {
  text-align: center;
  font-size: 2.125rem;
  font-weight: 300;
  margin-bottom: 1.8rem
}

@media (max-width: 576px) {

  #home h2,
  h2.page-title {
    font-size: 1rem;
  }
}


#home h2 span {
  display: inline-block;
  position: relative;
  padding: 0 3rem;
}

#home h2 span::before,
#home h2 span::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 2.2rem;
  height: 2px;
  background-color: #e60012;
}

#home h2 span::before {
  left: 0;
}

#home h2 span::after {
  right: 0;
}

#home .popular {
  padding: 1.5rem 0 1rem;
}

#home .latest {
  padding: 2rem 0;
}

/* news */
#home .news {
  padding: 3rem 0;
}

#home .news ul {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

#home .news a {
  display: block;
  border-bottom: solid 1px #e5e5e5;
  padding: 1rem 0 0;
}

#home .news time {
  width: 14%;
  color: #666;
}

#home .news p {
  width: 86%;
}

@media (max-width: 960px) {

  #home .news time,
  #home .news p {
    width: 100%;
  }
}

/* -----------------------------------------
	Single
----------------------------------------- */
#single .entry-header .entry-title,
#single .entry-body h2 {
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 2.8rem;
}

#single .entry-header {
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 1rem;
  margin: 1rem 0 1rem;
  /* ←margin-bottom から変更 */
}

#single .entry-header time {
  color: #4c4c4c;
  font-weight: 200;
  font-size: .95rem;
  position: relative;
  top: .15rem;
}

#single .entry-header .entry-category {
  margin-left: .5rem;
}

#single .entry-header .entry-author a {
  color: #666;
}

#single .entry-header .author-img {
  width: 40px;
  height: 40px;
  margin-right: .5rem;
}

#single .entry-header .author-position {
  display: block;
  font-size: .7rem;
  padding-top: .2rem;
  margin-bottom: -.2rem;
}

#single .entry-body h2 {
  font-size: 1.4rem;
  border-bottom: solid 2px #e60012;
  padding-bottom: .4rem;
  margin: 2.5rem 0 1.5rem;
}

#single .entry-body h3 {
  font-size: 1.2rem;
  padding: 0;
  border: none;
  margin: 1.5rem 0 1rem;
}

#single .entry-body p {
  /* line-height: 1.7rem; */
  margin-bottom: 30px;
}

#single .entry-body img {
  display: block;
  width: auto;
  max-width: 50%;
  margin: 2rem auto;
}

#single .entry-footer {
  margin-top: 3.5rem;
}

#single .entry-footer .entry-author {
  width: 100%;
  table-layout: fixed;
  margin: 2rem 0 4rem;
}

#single .entry-footer .d-md-table-cell {
  vertical-align: middle;
}

#single .entry-footer .d-md-table-cell:first-child {
  width: 75px;
}

#single .entry-footer .author-info {
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: .5rem;
  margin: 0 0 .5rem .7rem;
}

#single .entry-footer .author-info .btn {
  position: relative;
  top: -.2rem;
}

#single .entry-footer .author-img {
  width: 75px;
  height: 75px;
}

#single .entry-footer .author-position {
  font-size: .75rem;
}

#single .entry-footer .author-name {
  font-size: 1rem;
  font-weight: 600;
  padding: 0 .5rem;
}

#single .entry-footer .author-bio {
  margin: 0 0 0 .7rem;
}

#single .entry-share {
  width: 100%;
  max-width: 760px;
  margin: 0 auto 3rem;
}

#single .entry-share li {
  float: left;
  width: 24.7%;
  text-align: center;
  margin-right: .4%;
}

#single .entry-share li.share-pocket {
  margin-right: 0;
}

#single .entry-share li a {
  display: block;
  color: #fff;
  font-size: .72rem;
  padding: .4rem .1rem;
}

#single .entry-share li.share-fb a,
.author-sns-links .nav-fb {
  background-color: #3e4b9c;
}

#single .entry-share li.share-twitter a,
.author-sns-links .nav-twitter {
  background-color: #3da6f6;
}

#single .entry-share li.share-line a {
  background-color: #6ccf12;
}

#single .entry-share li.share-pocket a {
  background-color: #e94154;
}

#single .entry-share li a i {
  font-size: 1.2rem;
  vertical-align: top;
  margin-right: .2rem;
  vertical-align: middle;
}

#single .post-list {
  padding: 2.5rem 0;
}

@media (max-width: 576px) {
  #single .entry-share li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  #single .entry-share li.share-twitter {
    margin-right: 0;
  }

  /* Topics */
  #home h2, h2.page-title {
    margin-bottom: 0rem;
  }

  #home .popular {
    padding: 0rem 0 1rem;
  }

  #home .latest{
    padding: 0rem 0;
  }

}


/* -----------------------------------------
	Author
----------------------------------------- */
#author .author-header {
  border-bottom: solid 1px #e5e5e5;
}

#author .author-header .d-table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 1rem;
}

#author .author-header .d-table-cell {
  vertical-align: middle;
}

#author .author-header .d-table-cell:first-child {
  width: 30%;
  min-width: 150px;
}

#author .author-header .d-table-cell img {
  width: 70%;
  height: auto;
  border: solid 1px #b2b2b2;
  border-radius: 50%;
}

#author .author-header .author-position {
  display: block;
  padding-left: 1rem;
  margin-bottom: .5rem;
}

#author .author-header .author-name {
  font-size: 2.125rem;
  font-weight: 600;
  padding-left: 1rem;
}

@media (max-width: 576px) {
  #author .author-header .d-table-cell {
    display: block !important;
    width: 100% !important;
    text-align: center;
  }

  #author .author-header .d-table-cell img {
    max-width: 250px;
    margin: 0 auto 1rem;
    height: auto;
    max-height: 250px;
  }

  #author .author-header .author-position,
  #author .author-header .author-name {
    padding-left: 0;
  }
}

#author .btn-lg.btn-default {
  font-size: 1.2rem;
  padding: .8rem 3rem;
  margin-bottom: .5rem;
}

#author .author-header .btn-lg.btn-default {
  padding-left: 0;
  padding-right: 0;
}

#author .author-sns-links li {
  margin: 1rem .4rem;
}

#author .author-sns-links .nav-link {
  width: 80px;
  height: 30px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  padding: 0px;
  font-size: 11px;
}

#author .author-content {
  margin-top: 2rem;
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 1rem;
}

#author .author-content.history {
  margin-top: 2rem;
  padding-bottom: 1rem;
}

#author .work article {
  margin-bottom: 1.5rem;
}

#author .work article .row {
  background: #f2f2f2;
  padding: 1rem;
  margin: 1rem;
}

#author .work article .row {
  margin: 0;
}

#author .work .book-img,
#author .work .book-meta {
  padding: 0;
}

#author .work .book-img img {
  width: 100%;
}

#author .work .book-meta {
  padding-left: 1rem;
}

#author .work .book-meta h1 {
  font-size: 1rem;
  font-weight: 600;
  word-break: break-all;
}

#author .work .btn-sm.btn-default {
  position: absolute;
  bottom: .5rem;
  width: calc(100% - 15px);
  padding: .2rem 0;
}

#author .author-links li {
  margin-bottom: .8rem;
}

#author .author-links li:last-child {
  margin-bottom: 0;
}

#author .author-links i {
  color: #e60012;
  font-size: .8em;
  padding-right: .3rem;
}

#author .author-links a {
  color: #096ddd;
  word-break: break-all;
}

/* -----------------------------------------
	Authors
----------------------------------------- */
#authors article {
  margin-bottom: 2rem;
}

#authors article .d-table-cell {
  vertical-align: top;
}

#authors article .entry-thumb img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
}

@media(max-width:992px) {
  #authors article .entry-thumb img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
  }
}

#authors article h1 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1.3rem;
  padding-left: 1rem;
}

#authors article h1 span {
  font-weight: 200;
  color: #666;
  font-size: .875rem;
  display: block;
  padding-top: .3rem;
}

#authors article p {
  font-size: .875rem;
  margin-bottom: 0;
  padding-left: 1rem;
}

@media (max-width: 576px) {
  #authors .x-small-articles .d-table-cell:first-child {
    width: 30%;
  }

  #authors article h1 {
    margin-bottom: .8rem;
  }
}

/* -----------------------------------------
	Page
----------------------------------------- */
h2.page-title {
  margin-bottom: 3rem;
}

@media (max-width: 576px) {
  h2.page-title {
    font-size: 1rem;
  }
}


h3 {
  font-size: 1.3rem;
  line-height: 1.3rem;
  margin-bottom: 1.3rem;
}

@media (max-width: 768px) {
  h3 {
    font-size: 1.1rem;
  }
}

/* paging */
.pager {
  margin: 3rem 0;
}

.pager .page-item {
  margin: 0 .3rem;
}

.pager .page-item .page-link {
  color: #333;
  font-weight: 200;
  font-size: .75rem;
  background-color: #f8f8f8;
  border-color: #e7e7e7;
  border-radius: 3px;
}

.pager .page-item.disabled .page-link {
  opacity: .4;
}

.pager .page-item.active .page-link {
  color: #e60012;
  font-weight: 600;
  background-color: #fff;
  border: none;
}

.pager .page-item a.page-link:hover {
  color: #fff;
  background-color: #e60012;
  border-color: #e60012;
  opacity: 1;
}

/* table */
@media (max-width: 768px) {
  .page table.responsive {
    border-bottom: 1px solid #dee2e6;
  }

  .page table.responsive th,
  .page table.responsive td {
    display: block;
    width: 100%;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
  }

  .page table.responsive th {
    background: #dee2e6;
  }
}

/* contact */
#contact .contact {
  max-width: 800px;
  margin: 0 auto;
}

#contact form .form-group {
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 1rem;
}

#contact form .form-group.last {
  border: none;
}

#contact #destination.form-control[readonly] {
  background-color: transparent;
  border: none;
  color: #000;
  font-weight: 600;
  padding-left: 0;
}

#contact form .req {
  font-size: .75rem;
  font-weight: 600;
  color: #e60012;
  position: relative;
  top: -.05rem;
  left: .5rem;
}

@media (max-width: 768px) {
  #contact form .form-group {
    padding-bottom: 1.5rem;
  }

  article .entry-footer .author-img {
    display: block;
    margin: 0 auto .3rem;
  }

  #single .entry-footer .author-info {
    text-align: center;
    margin-left: 0;
  }

  #single .entry-footer .author-info .btn {
    display: block;
    max-width: 200px;
    margin: 1rem auto .4rem;
    padding: .4rem;
  }
}

/* sitemap */
#sitemap h4 {
  font-size: 1.15rem;
  font-weight: 600;
  color: #e60012;
  border-bottom: solid 1px #e60012;
  text-align: center;
  padding: 0 .5rem .5rem;
  margin-bottom: 1rem;
}

#sitemap .col-md-auto {
  padding-left: 5rem;
  padding-right: 5rem;
}

.sitemap-list,
.sitemap-list ul {
  list-style: none;
}

.sitemap-list {
  padding: 0 .3rem;
}

.sitemap-list a {
  font-size: .9em;
}

.sitemap-list li {
  margin-bottom: .7rem;
}

.sitemap-list ul {
  margin-top: .3rem;
  padding-left: .5rem;
}

.sitemap-list ul li {
  position: relative;
  padding: 0 0 0 .7rem;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  margin-bottom: .2rem;
}

.sitemap-list ul li::before,
.sitemap-list ul li::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.sitemap-list ul li:before {
  left: 3px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #e60012;
  border-right: 1px solid #e60012;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sign {
  max-width: 200px;
}

/* -----------------------------------------
  お問い合わせ用CSS 
-----------------------------------------*/
.contact-inner {
  max-width: 820px;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}

.contact-inner .contact-intro {
  max-width: 670px;
  margin: 0 auto;
}

.contact-inner .contact-note {
  border: solid 3px #b2b2b2;
  padding: 15px 30px;
  margin: 2em 0 3em;
}

.contact {
  background-color: #fafafa;
}

/* 入力フォーム */
#contact-form {
  padding: 2em 0 3em;
}

#contact-form label {
  font-weight: bold;
  font-size: 1.05rem;
}

#contact-form label span.req {
  font-size: .8rem;
  display: inline-block;
  vertical-align: 1.5px;
  margin-left: 5px;
}

#contact-form .form-group,
.modal-body #contact-form .row {
  border-bottom: dashed 1px #d9d9d9;
  padding: 1.2rem;
  margin-bottom: 0;
}

#contact-form button {
  margin: 0 auto;
}

/* 確認モーダル コンタクト用のclassをモーダルにつけてください*/
.ReactModal__Content {
  width: 90% !important;
  min-width: auto !important;
  max-width: 640px !important;
}

.modal-body #contact-form .row {
  padding: .8rem;
}

.modal-body #contact-form .row:last-child {
  padding-bottom: 0;
  border: none;
}

.modal-footer .btn {
  border-radius: 50px;
  font-size: 1.1rem;
  padding: 10px 30px;
}

.modal-footer .btn-success {
  background-color: #707070;
  border-color: #707070;
}

/* 送信完了 */
.contact-comp {
  text-align: center;
  position: relative;
}

.contact-comp h2 {
  position: relative;
  z-index: 555;
  color: #e70013;
  display: inline-block;
  background-color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 3px 10px;
}

.contact-comp p {
  position: relative;
  top: -1.5rem;
  text-align: left;
  border: solid 3px #e70013;
  padding: 2.5rem 1.5rem 1.5rem;
}