@font-face {
  font-family: 'GlacialIndifference-Bold';
  src: url('/GlacialIndifference-Bold.woff') format('woff');
}



/*=============
base
==============*/

html, body {
  margin: 0;
  padding: 0;
}
body {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: .025em;
  line-height: 1.6;
}
* {
  box-sizing: border-box;
}
.section {
  max-width: 1024x;
  margin: 0 auto;
  padding: 50px 20px 60px;
}
._a {
  max-width: 550px;
  margin: 0 auto;  
    margin-bottom: 25px;　/* 記事間隔 */
}
._a a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2.0em 1.0em;
  border: 1px solid #222222;
  background: linear-gradient(to right, #ffffff 50%, #222222 50%);
  background-size: 200% auto;
  color: #222222;
  font-size: 17px;/* フォントサイズ */
  text-decoration: none;
  text-align: center;
  transition: .3s;
  position: relative;
    font-weight: bold;
    
}
._a a:after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
}
._a a:hover {
  color: #ffffff;
  background-position: -100% 0;
}


/*=============
サムネイル
==============*/

.sam {
  display: flex;
  justify-content: center; /* 水平センター */
  align-items: center;
    width: 110px;
  height: 110px;
  object-fit: cover;
    margin-right: 10px;
    margin-top: -20px;
    margin-bottom: -20px;
    margin-left: -5px;
    text-align: left !important;
}


.logo {
    width: 100px;
    display: flex;
    margin:0 auto;
    margin-top: 60px;
}



.tex {
    font-size: 40pt;
    font-family: GlacialIndifference-Bold, "Times New Roman", Times, "serif";
    margin-top: 0px;
    font-weight: normal;
}


.title {
    font-size: 40pt;
    font-family: GlacialIndifference-Bold, "Times New Roman", Times, "serif";
    text-align: right;
    line-height: 1.0;
    margin-top: -10px;
    margin-bottom: 0px;
     letter-spacing: 0.02em;
    font-weight: normal;
}


