.breadcrumbs {
   margin: 82px 0 35px 18px;
}
h1{
   font-size: 35px;
   margin: 20px 0 30px;
}
time.date{
   margin-bottom: 5px;
   display: block;
}
.eye-catch-img img {
   max-width: 500px;
   max-height: 400px;
   object-fit: cover;
   margin: 0 auto;
}
.eye-catch-img{
   display: flex;
}
.article-title{
  font-size: 33px;
  text-align:left;
  line-height: 1.7em;
  margin: 0 0 10px 5px;
}
.view-more-wrapper.atArticle{
   margin: 8px 0px 15px 0;
   justify-content: flex-start;
}
main .view-more-wrapper.atArticle{
   margin: 12px 0px 15px 0;
   text-align: left;
}
.view-more-wrapper.atArticle a{
   background-color: #9f8870;
   padding: 6px 37px 9px 19px;
}
.view-more-wrapper.atArticle.side a::after {
   width: 14px;
   height: 14px;
}
.atArticle .view-more {
   text-decoration: none;
   font-size: 16px;
}
.article-title-inTOC{
  text-align:left;
  color: #000000;
  margin: 20px 10px 0 10px;
  padding: 0 0 20px 0;
  width: auto;
  font-size: 1rem;
  font-weight: normal;
}
.share{
   position: relative;
   display: flex;
   align-items: flex-end;
   justify-content: center;
   margin: 25px auto 15px auto;
   gap: 50px;
   padding: 12px 20px 2px 20px!important;
   background-color: #f8f2ec;
   list-style-type: none!important;
 }
 .share-upper-container{
   margin: 30px 0 25px;
 }
 .share-lower-container{
   margin-top: 70px;
 }
 .share a[target="_blank"]::after {
    content: none;
 }
 .share a,
.url-copy-btn{
  display:flex;
  flex-direction: column;
  align-items: center;
  color:rgb(104, 104, 104);
  text-decoration: none!important;
  transition: .3s;
}
.share-txt{
   font-size:10px;
}
 .url-copy-btn{
   background-color: transparent;
   height: 51px;
   width: 61px;
   margin: 0 0 7px -18px;
      gap: 4px;
 }
  .share.fixed .url-copy-btn{
    margin-left: 0;
 }
 .share.lower {
   margin: 50px 0 15px 0;
}
 .copy-icon{
   font-size: 16px;
   background-color: rgb(148, 148, 148);
   border-radius: 50%;
   width: 31px;
   height: 31px;
   line-height: 31px;
   text-align: center;
 }
 .copy-icon::before{
    content: "\e91d";
    font-family: 'icons';
    color: #fff;
 }
 .url-copy-btn:hover .copy-icon{
   background-color: rgb(159, 159, 159);
 }
  .copied-txt{
   text-align: center;
   position:absolute;
   top:-25px;
   opacity:0;
   visibility:hidden;
   background-color:rgba(15, 41, 65, .8);
   color:#fff;
   width:86px;
   line-height:12px;
   padding: 3px 5px;
   transition: .3s;
   border-radius:2px;
   font-size: 10px;
 }
  .url-copy-btn.copied .copied-txt{
   opacity:1;
   visibility:visible;
   transition: .3s;
 }
.share-fixed-container .url-copy-btn{
   margin-left: 0;
}
.share-fixed-container-wrapper {
   max-width: 1200px;
   margin: 0 auto;
}
.share-fixed-container{
  position: fixed;
  top:239px;
  transform: translateX(-100px);
  opacity:0;
  visibility:hidden;
  transition: .3s;
  z-index:10;
  height:100vh;
}
.share-fixed-container.appeared{
  opacity:1;
  visibility:visible;
  transition: .3s;
}
.share-fixed-container ul{
  flex-direction: column;
  align-items: center;
  margin: 0;
  gap: 10px;
  padding: 10px 5px!important;
}
.share-fixed-container ul::before{
   top: -28px;
   left: calc(50% + 1px);
   transform: translateX(-50%);
   content: 'SHARE';
   font-size: 15px;
   width: 100%;
   font-style: normal;
   text-align: center;
}
.share.fixed {
   flex-direction: column;
   align-items: center;
   margin: 0;
   gap: 18px;
   padding: 16px 5px!important;
}
.share::before{
  position:absolute;
  top:-15px;
  left:10px;
  content:"SHARE";
  font-size:30px;
  font-weight:bold;
  color: #000;
}
.share.fixed::before{
  top: -28px;
  left: calc(50% + 1px);
  transform: translateX(-50%);
  content: "＼シェア／";
  font-size: 11px;
  width: 100%;
  font-style: normal;
  text-align: center;
}
.share a:hover{
  transform: translateY(-3px);
  transition: .3s;
}

/*********************************************************************
599px
**********************************************************************/
@media screen and (max-width: 599px) {
   h1{
      font-size: 25px;
   }
   .contents-container {
      padding: 0 15px 70px;
   }
}