@charset "UTF-8";

html {
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  /* position: relative;
  top: 100px; */
  font-family:  'Noto Sans JP Thin', 'Noto Sans JP', "Helvetica", "Arial", "BIZ UDGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-family:  "Helvetica", "Arial", "BIZ UDGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  /* ↓2023/10/12までこれだった */
  /* background-color: #F7F7F7; */
  
  /* ↓ｘサーバーのブログの設定 */
  /* font-family: "Noto Sans JP", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", メイリオ, Meiryo, sans-serif; */
  -webkit-text-size-adjust:100%;
  /* font-family: 'Noto Sans JP Thin', sans-serif;  */
  /* font-weight: 100; */
  /* font-family: 'Zen Kaku Gothic New', sans-serif; */
}
iframe {
  width: 100%;
}
.fa, .fas {
  font-weight: 900;
  color: #5BA9F7;
  font-size: 19px;
  margin-right: 9px;
  vertical-align: middle;
}
.none {
  display: none;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
blockquote {
  word-wrap:break-word;
}
div.hidden {
  overflow: hidden;
}

h1 a {
  color: #002D72;
}
.h1 a {
  color: #002D72;
}
header {
  margin-bottom: 47px;
  background-color: #fff;
  /* box-shadow: 0 5px 10px rgba(0,0,0,0.35); */
  height: 70px;
  line-height: 70px;
  font-size: 25px; 
  transform: translate(0, -1000px);
  transition-duration: .5s;
  /* transition-delay: .1s; */
  width: 100%;
  /* position: fixed; */
  /* top: 0; */
  /* z-index: 1; */
  border-bottom: 4px solid blue;
  border-bottom: 4px solid #002D72;
  display: flex;
  box-sizing: content-box;
  align-items: center;
}
.pengin {
  /* background-image: url(img/pengin.png);
  background-repeat: no-repeat;
  background-size: 100%; */
  height: 50px;
  width: auto;
  padding: 10px 0 10px 10px;
}
.header-box {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
header h1 {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
header .h1 {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.container {
  width: 1170px;
  width: 1270px;
  width: 1220px;
  margin: 0 auto;
  /* padding: 0 15px; */
  display: flex;
  flex-flow: column;
  align-items: center;
  align-content: center;
  margin-bottom: 50px;
}
div.container {
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

main {
  width: 800px;
  max-width: 900px;
  width: 100%;
  margin: 0 15px;
  /* background-color: #fff; */
  text-align: center;
  /* box-shadow: 5px 5px 10px rgba(0,0,0,0.35); */
  /* padding: 0 50px; */
  transform: translate(-2000px, 0);
  transition-duration: .4s;
  align-self: flex-start;
}
.article-list {
  background-color: #fff;
  padding-bottom: 25px;
}
main h1 {
  padding: 0 40px;
}
.single-top {
  padding: 30px;
}
main time {
  font-size: 13px;
  color: #7B7B7B;
}
.top {
  font-size: 25px; 
  margin-bottom: 30px;
  padding: 0 40px;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
article {
  width: 100%;
  height: 108px;
  margin-bottom: 44px;
  /* padding: 30px; */
  background-color: #fff;
  text-align: left;
  display: flex;
  position: relative;
}
.a {
  display: block;
  color: #000;
  font-size: 17px;
  line-height: 1.4;
  transition: .1s;
}
.thumbnail {
  width: 200px;
  height: 100%;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
.article-right {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  padding: 0px 10px;
  padding-top: 0px;
  position: relative;
  flex-grow: 1;
}
.article-right > p {
  font-size: 12px;
  /* margin-bottom: 24px; */
  /* width: 100%; */
}
.article-right > div.cat {
  font-size: 12px;
  color: #7B7B7B;
  /* margin-bottom: 34px; */
  /* width: 100%; */
  margin-right: 14px;
  line-height: 1.5;
}
article div.cat a {
  color: #7B7B7B;
}
.article-right > div.read-more > a {
  border: 1px solid #7B7B7B;
  width: 100px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  transition-duration: .5s;
  color: #7B7B7B;
  display: inline-block;
  font-size: 14px;
}
.article-right > div.read-more > a:hover {
  background-color: #7B7B7B;
  color: #FFF;
}
div.read-more {
  text-align: center;
  position: absolute;
  /* top: 39px;
  right: 32px; */
  bottom: 0;
  right: 0;
}
article p:nth-child(4) {
  margin: 0;
}
article > img {
  width: 650px;
  height: 300px;
  transform: translateX(-30px);
  margin-bottom: 32px;
}


/* single.php */

.single-top {

}

main > section {
  text-align: left;
  /* margin: 0 15px; */
  padding: 0 40px;
}

footer {
  background-color: #fff;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 1;
  padding: 30px 0;
  /* box-shadow: 0 -10px 10px rgba(0,0,0,0.35); */
  /* font-weight: bold; */
}
.wrap {
  padding: 30px 40px;
}
.navigation {

}
.wp-pagenavi a, .wp-pagenavi span {
  /* padding: 10px 13px!important; */
  color: #000;
}
.wp-pagenavi span.current {
  background: #000;
  color: #fff;
}
pre {
  background: #364549;
  color: #fff;
  font-size: 12px;
  padding: 14px 16px;
  font-family: "Helvetica", "Arial", "BIZ UDGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  overflow-x: scroll;
}
code {
  font-family: "Helvetica", "Arial", "BIZ UDGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
ul, ol {
  word-break: break-word;
}




/* --------動く訴求----------- */
.my_text {
  padding: 20px;
  border: 2px solid #6494ff;
  /* box-shadow: 4px 4px 13px #6494ff; */
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 50px;
  animation-name: pop;
  animation-name: cici;
  animation-duration: 16s;
  animation-timing-function:   cubic-bezier(0.16, 1.84, 0.84, 0.26);
  animation-iteration-count: infinite;
}
.my_text p {
  color: #002D72;
}
.chat_talk {
  padding: 16px 30px;
  padding-bottom: 0px;
}
.chat_talk span::after {
  content: "|";
  animation-name: blink;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes blink {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
.my_text a.twitter {
  border: 1px solid #1C9DEB;
  height: 45px;
  line-height: 45px;
  text-align: center;
  transition-duration: .5s;
  color: #1C9DEB;
  display: block;
  margin-left: 10px;
  text-decoration: none;
}
.my_text a.twitter:hover {
  color: #fff;
  background-color: #1C9DEB;
}
@keyframes pop {
  0%, 60% {transform: none;}
  80% {transform: scale(1.3);}
  100% {transform: scale(1);}
}
@keyframes cici {
  0% ,92% { transform: none;}
  93% {transform: rotate(-5deg);}
  94% {transform: rotate(0);}
  96% {transform: rotate(-5deg);}
  97% {transform: rotate(0);}
  100% {transform: rotate(0);}
}

/* <div class="my_text">

 <a href="https://twitter.com/chibasyuta" class="twitter">twitter</a>
 <p class="chat_talk"><span id="typewriter1"></span></p>
 <p class="chat_talk"><span id="typewriter2"></span></p>
 <p class="chat_talk"><span id="typewriter3"></span></p>
</div> */


/* --------------------------attention--------------------------------------------------------- */
.attention {
  background-color: #fff;
  margin-bottom: 50px;

}
.attention .top {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #7B7B7B;
  text-align: left;
  border-left: 8px solid #002D72;
  padding-left: 8px;
}
.attention p {
  font-size: 14px;
  color: #002D72;
  text-align: left;
  margin-bottom: 16px;
}
.attention.blog_hero a {
  color: blue;
  border-bottom: 1px solid blue;
}
.attention .chat.l {
  text-align: left;
}
.attention .chat.l .circle {
  margin-top: 25px;
  margin-top: 0;
}
.attention .chat div {
  margin-top: 25px;
  margin-top: 0;
  margin-bottom: 20px;
}

/* ---------------------------web-font------------------------------------------------------- */
@font-face {
  font-family: "Noto Sans JP";
  src: url(Noto_Sans_JP/NotoSansJP-Regular.otf) format('opentype'),
	url(Noto_Sans_JP/NotoSansJP-Light.otf) format('opentype'),
  url(Noto_Sans_JP/NotoSansJP-Medium.otf) format('opentype'),
	url(Noto_Sans_JP/NotoSansJP-Black.otf) format('opentype'),
	url(Noto_Sans_JP/NotoSansJP-Bold.otf) format('opentype'),
	url(Noto_Sans_JP/NotoSansJP-Thin.otf) format('opentype');
	font-display: swap;
}


/* ---------------------------space------------------------------------------------------- */
.space {
  margin-top: 80px;
  margin-bottom: 25px;
}

/* ---------------------------video------------------------------------------------------- */

video {
  height: auto;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 25px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin-top: 0!important;
}
.youtube_wrapper {
  max-width: 460px;
}