@charset "utf-8";
/* CSS Document */
@media all and (max-width: 959px){
  #main_visual {
  }
  #main_visual .p-mainVisual__textLayer {
    /* background: url(../../assets/img/logo.svg) no-repeat center;
		background-size:28%; */
    text-indent: -9999px;
  }
  #pickup_banner {
    margin-bottom: 0;
  }
  #content {
    margin-bottom: 0;
  }

  .post_content .wp-block-group {
    padding-top: 5vw !important;
    padding-bottom: 5vw !important;
  }
  #main_content .post_content .alignfull {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .post_content .read h2 {
    margin-bottom: 0.5em;
    font-size: 2.2rem;
  }
  .post_content .read h2 em {
    color: #00b1ff;
  }
  .post_content .read p {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .post_content .feat {
    padding-top: 0;
  }
  .post_content .feat h2 {
    font-size: 2rem;
    border-top: dotted 5px #00b1ff;
    border-bottom: dotted 5px #00b1ff;
  }
  .post_content .feat h3 {
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 0.3em;
  }
  .post_content .feat h3::before {
    display: none;
  }
  .post_content .quote h3 {
    padding: 0;
    margin: 0 0 1em;
  }
  .post_content .quote h3::after {
    content: "";
    width: 35%;
    height: 2px;
    background: #00b1ff;
    display: block;
    position: relative;
    top: 10px;
  }
  .post_content .comit h2 {
    line-height: 1.2;
  }
  .post_content .comit h2 span {
    margin-bottom: 0.3em;
    display: inline-block;
  }
  .post_content .comit h2 em {
    color: #00b1ff;
    font-size: 120%;
  }
  .post_content .comit .wp-block-media-text__content {
    background: #fff;
    color: #000;
    padding: 5%;
    position: relative;
  }
  .post_content .comit .wp-block-media-text__content h3 {
    border-bottom: solid 1px #00b1ff;
    margin-bottom: 0.5em;
    font-weight: 900;
  }
  .post_content .comit .wp-block-media-text__content h3::first-letter {
    color: #00b1ff;
    font-size: 160%;
    margin-right: 0.2em;
    /* position: relative;
    bottom: -25px; */
  }
  .post_content .bnr .wp-block-column {
    position: relative;
  }
  .post_content .bnr .wp-block-column p a {
    position: absolute;
    top: calc(50% - 33px);
    left: 10%;
    width: 80%;
    background: url(../../assets/img/arrow.svg) no-repeat center right 20px #00b1ff;
    background-size: 20px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
    box-shadow: none;
    line-height: 1.3;
    padding: 22px 30px 20px 30px;
    display: block;
    text-align: center;
  }
  .post_content .bnr .wp-block-column p a:hover {
    filter: brightness(120%);
  }
  .ttl h2 + p.has-text-align-center {
    display: none;
  }
}

@media all and (min-width: 768px) and (max-width: 960px) {
}
