.small-kv{
  padding-top: 50px;
}
.article{
  background-color: white;
}
.blog-content p{
  font-weight: 400 !important;
  padding-top: 0.5rem;
}

.blog-content img{
  height: auto;
  margin-bottom: 3rem;
}
.blog-detail__image{
  width: calc(100% - 60px);
  margin: 0 auto;
  max-width: 800px;
}
.blog-detail__image img{
  width: 100%;
}
.blog-detail__title{
  padding: 5rem 0 0rem;
  width: calc(100% - 60px);
  margin: 0 auto;
  font-size: 1.8rem;
  max-width: 800px;
}
@media screen and (min-width: 768px) {
  .blog-detail__title{
    font-size: 2.5rem;
    font-weight: 500;
  }
}
.wp-block-list li{
  list-style-position: inside;
  font-weight: normal;
}
.wp-block-heading{
  border-bottom: 1px solid #0675C4;
  font-size: 1.7rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .wp-block-heading{
    font-size: 2rem;
  }
}
.wp-block-button{
  margin: 3rem 0;
  text-align: center;
}
.wp-element-button{
  width: calc(100% - 60px);
  margin: 3rem auto;
  border-radius: 9999px;
  color: white;
  background-color: #0675C4;
  padding: 10px 25px;
}
@media screen and (min-width: 768px) {
  .wp-element-button{
    width: auto;
  }
}
.wp-block-columns{
  display: flex;
  gap: 20px;
}
.blog-content{
  width: calc(100% - 60px);
  margin: 0 auto;
  padding-bottom: 5rem;
  max-width: 800px;
}
.blog-detail__date{
  width: calc(100% - 60px);
  margin: 0 auto;
  padding-bottom: 3rem;
  max-width: 800px;
}
@media screen and (min-width: 768px) {
  .blog-detail__date{
    padding-bottom: 5rem;
  }
}

.has-fixed-layout{
  width: 100%;
  font-weight: normal;
  border: 1px solid red;
  text-align: center;
}

.has-fixed-layout tr{ 
  border: 1px solid red;
}

.has-fixed-layout td{ 
  border: 1px solid red;
}
.wp-block-table{

}
/* 10/11更新はじまり */
.blog-content ul li{
  list-style-position: inside;
  font-weight: 400;
}
.blog-content a{
  background-color: #0675C4;
  border-radius: 9999px;
  color: white;
  padding: 10px;
  display: block;
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
}
.blog-content a:hover{
  opacity: 0.6;
}
.blog-content h1{
  font-size: 2rem;
  border-bottom: 2px solid #0675C4;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .blog-content h1{
    padding: 1rem 0;
  }
}
.blog-content h2{
  font-size: 1.9rem;
  border-bottom: 2px solid #0675C4;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .blog-content h2{
    padding: 1rem 0;
  }
}
.blog-content h3{
  font-size: 1.8rem;
  border-bottom: 2px solid #0675C4;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .blog-content h3{
    padding: 1rem 0;
  }
}
.blog-content h4{
  font-size: 1.7rem;
  border-bottom: 2px solid #0675C4;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .blog-content h4{
    padding: 1rem 0;
  }
}
.blog-content h5{
  font-size: 1.6rem;
  border-bottom: 2px solid #0675C4;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .blog-content h5{
    padding: 1rem 0;
  }
}

/* 10/11更新おわり */
.top-back {
  display: flex;
  align-items: center;
  padding: 10px 25px;
  background-color: #0675C4;
  border-radius: 9999px;
  justify-content: space-between;
  color: #fff;
  width: calc(100% - 60px);
  margin: 5rem auto;
  max-width: 300px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .top-back {
  margin: 5rem auto 10rem;
  }
}

.goods-btn:hover{
  background-color: #43A3D4;
}

.top-back p{
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
}

@media screen and (min-width: 768px) {
.top-back p{
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}
}

@media screen and (min-width: 768px) {
  .top-back {
    padding: 15px 40px;
    max-width: 500px;
    box-sizing: border-box;
    font-size: 1.8rem;
  }
}

.top-back img{
  width: 7px;
}

@media screen and (min-width: 768px) {
  .top-back img{
    width: 10px;
  }
}

/* フッターデザイン */
.menu-item{
  display: flex;
  align-items: center;
  color: black;
  justify-content: space-between;
}

.menu-item:hover{
  opacity: 0.7;
}

.menu-item p{
  letter-spacing: 0.2rem;
}

.menu-item img{
  width: 7px;
}

.sns-contents{
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 5rem 0 3rem;
  cursor: pointer;
}

.sns-contents a:hover{
  opacity: 0.7;
  cursor: pointer;
}

.sns-contents img{
  width: 60px;
}

.copy{
  font-size: 1.3rem;
  text-align: center;
  padding-bottom: 5rem;
}

.menu-bg{
  background-color: #67B9ED;
  padding-top: 5rem;
}

fotter{
  background-color: #67B9ED;
}