@charset "UTF-8";
/*
Theme Name: blog
*/
.tv1{
	width:100%;
}
html {
  font-size: 100%;
}
body {
  color: #333;
  font-size: 1rem;
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
}
a {
  color: #333;
  text-decoration: none;
}
img {
  max-width: 100%;
}
li {
  list-style: none;
}
.wrapper {
  max-width: 900px;
  padding: 0 16px;
  margin: 0 auto;
}
.readmore {
  font-size: 0.875rem;
  text-align: center;
}
.readmore a {
  padding-bottom: 1px;
  color: #333;
  position: relative;
}
.readmore a::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #333;
  transition: all 200ms ease;
}
.readmore a:hover::after {
  opacity: 0;
  transform: translateY(3px);
}
p{margin-bottom:1.2rem;}
h1{margin-bottom:20px!important;}
h2{margin-bottom:20px!important;}
.wp-block-button{ margin:0 0 20px!important;}

/*-------------------------------------------
header
-------------------------------------------*/

#header {
  width: 100%;
  background-color: #fff;
}
#header .site-title {
  padding: 20px 16px;
  line-height: 1px;
}
#header .site-title a {
  display: inline-block;
}
#navi {
  background-color: #333;
}
#navi a {
  color: #fff;
}
#navi ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#navi li {
  font-size: 0.875rem;
  padding: 10px 60px 10px 0;
}

h1{
  font-size:2rem;
  text-align: center;
}

.wrapper{
  max-width:1200px;
}

#sidebar{
    padding: 24px;
    max-height: 100vh;
    padding-bottom: 24px;
    position: sticky;
    top: 16px;
    width: 300px;
    will-change: transform;
    background-color: #eee;
} 

.col-2{
  display: flex;
  flex-direction: row;
  justify-content: center;
}

main{
  max-width:900px;
}

.wp-block-details summary {
	font-size:1.2rem;
	font-weight:900;
	margin-bottom:1rem;
}

.wp-block-video{
	margin-bottom:20px;
}
/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 767px) {
  /*-------------------------------------------
  header
  -------------------------------------------*/
  #header .site-title {
    padding: 20px 16px;
  }
  #navi {
    overflow-x: scroll;
  }
  #sidebar{display:none;}
}