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

  各ページ設定

  1. PCサイズ（769px以上）
    1.1 article.html
    1.2 snsbtn
    1.3 page-link
  
  2. SPサイズ（768px以下）

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

/* ---------------------------- */
/* 1. PCサイズ（769px以上）
/* ---------------------------- */

/* 1.1 article.html
/* ---------------------------- */
.text{
  margin-top: 24px;
  line-height: 26px;
}
.content{
  margin-top: -40px;
}
.article-title{
  font-size: 24px;
  margin: 12px 0 40px;
}
.tag-all{
  margin-bottom:60px;
}
.img-discription{
  margin-top: 10px;
}
.img-wrapper{
  margin-bottom: 60px;
}
.img-space{
  margin-top: 24px;
}
.profile{
  border: solid 1px #000000;
  border-radius: 20px;
  padding: 20px;
  margin: 60px 0;
}
.name{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.connect{
  margin-bottom: 20px;

}
.back{
  border-radius: 2em;
  border: 3px solid #CF2620;
  color: #CF2620;
  padding: 16px 35px;
  width: 240px;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}
.back:hover{
  background: #cf2620;
  color: #fff;
}
.link-back{
  text-decoration: none;
}
.share{
  color: #CF2620;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
}
.date{
  margin-top: 40px;
}
.tag-wrapper{
  margin-top: 20px;
}
/* 1.2 snsbtn
/* ---------------------------- */
.sns-tag-cloud {
    margin: 10px 0 60px 0;
    padding: 40px 0;
    background-color: #F1F1F1;
    border-radius: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
}

/* SNSシェアボタン */
.sns-tag-cloud {
  padding-inline-start: 0px;
  font-size: 12px;
  font-weight: bold;
}
.sns-tag-cloud-under {
  padding-inline-start: 0px;
  font-size: 12px;
  font-weight: bold;
  text-align:center;
}
a.sns-tag-cloud-facebook {
  display: inline-block;
  padding: 10px;
  margin:0 20px;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  border: 1.5px solid;
  border-color: #4064AC;
  border-radius: 3px;
  background: #4064AC; 
}
a.sns-tag-cloud-twitter {
  display: inline-block;
  padding: 10px;
  margin:0 20px;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  border: 1.5px solid;
  border-color: #1DA1F2;
  border-radius: 3px;
  background: #1DA1F2; 

}
a.sns-tag-cloud-line {
  display: inline-block;
  padding: 10px;
  margin:0 20px;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  border: 1.5px solid;
  border-color: #21BA4E;
  border-radius: 3px;
  background: #21BA4E; 
}
.fa-facebook,.fa-twitter,.fa-line{
  color: #fff;
  width: 100%;
  margin-bottom: 5px;
  font-size: 32px;
}
a.sns-tag-cloud-facebook:hover, a.sns-tag-cloud-twitter:hover,a.sns-tag-cloud-line:hover {
  opacity: 0.7;
}
.void{
  pointer-events: none;
  color: #F1F1F1;
}

/* 1.3 page-link
/* ---------------------------- */
.page-link{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom:  80px;
}
.page-link a{
  text-decoration: none;
  color: #000;
  }
.arrow{
  color: #CF2620;
  font-weight: bold;
}
.prev-link:hover, .next-link:hover{
  color: #CF2620;
}

/* ---------------------------- */
/* 2. SPサイズ（768px以下）
/* ---------------------------- */
@media screen and (max-width:768px) {
     .content{
        margin-top: -20px;
      }
      .date{
        margin-top: 0;
      }
      .article-title{
      font-size: 20px;
      margin: 12px 0 20px;
      }    
      .profile{
          margin: 20px 0;
      }
      .text{
        margin-top: 8px;
        line-height: 22px;
      }
      .name{
        font-size: 20px;
        margin-bottom: 12px;
      }
      .img-wrapper{
        margin-bottom: 20px;
      }
      section{
          padding: 25px 0;
      }
      .share{
          font-size: 1.6rem;
      }
      .sns-tag-cloud{
        padding: 20px;
      }
      .fa-facebook,.fa-twitter,.fa-line{
        margin-bottom: 5px;
        font-size: 20px;
      }
      a.sns-tag-cloud-line,a.sns-tag-cloud-twitter,a.sns-tag-cloud-facebook{
          margin:0 4px;
      }
      .tag-all{
        margin-bottom: 40px;
      }
      .connect{
        margin: 40px 0 10px;
      }
      .wrapper{
          margin-top: 20px;
      }
      .page-link{
        display: block;
        text-align: center;
      }
      .back{
        width: 200px;
        padding: 8px 16px;
        margin: 20px auto;
      }
      .sns-tag-cloud,.page-link{
        margin-bottom:40px;
      }

}
