@charset "UTF-8";
/* SP用設定 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 800px) {
  
  html{font-size: min(3.75vw,30px);}
  
  .pc_hidden {display: block;}
  .sp_hidden {display: none;}
  button {
    font-size: 0.8em;
    cursor: grab;
  }
  span:not(.br) {display: inline-block;}
  
  
  /* ↓ top ↓ */
  
  #top .content {
    display: block;
    width: 100%;
  }
  #top .content .img-box {width: 78%;}
  #top .content .text {
    width: 77.25%;
    font-size: 22px;
    font-size: 0.78em;
    line-height: 2em;
    margin: 0 auto;
    padding: 2.5em 0;
  }
  #top .content .text .st4 {margin-top: 2em;}
  
  
  /* ↓ column ↓ */
  
  #column {padding-bottom: 1em;}
  #column .content.pc_hidden {
    width: 75%;
    margin-top: 1.5em;
  }
  #pickUp {
    width: 80%;
    margin: 0 auto;
  }
  #pickUp > button {
    border-radius: 1.5em;
    border: solid 1px rgba(181, 181, 182, 1);
    background-color: white;
    color: black;
  }
  #pickUp img {border-radius: 1.5em 1.5em 0 0;}
  #pickUp .box {
    width: 77.6%;
    height: 15em;
    margin: 2em auto;
    text-align: justify;
    position: relative;
    font-size: 0.8em;
    letter-spacing: 0.1em;
  }
  #pickUp .box p {font-weight: 600;}
  #pickUp .box div {
    margin-top: 1em;
    line-height: 2em;
    font-weight: 400;
  }
  #pickUp .box .view {
    font-size: 0.8em;
    line-height: 2.5em;
  }
  #column .num {
    top: -1.5em;
    left: 0.5em;
    width: 4.5em;
    height: 4.5em;
  }
  #column .num p {
    font-size: 1em;
    line-height: 1.2em;
  }
  #backNumber {margin-top: 2em;}
  #backNumber .title {
    font-size: 16px;
    font-size: 0.9em;
    line-height: 1.5em;
    letter-spacing: 0.18em;
    border-bottom: solid 1px black;
    padding-bottom: 0.5em;
  }
  #backNumber .content {
    width: 100%;
    margin-left: 0;
    margin-top: 0.5em;
  }
  #backNumber .content li {border-bottom: dotted 1px black;}
  #backNumber .content button {
    width: 100%;
    display: grid;
    grid-template-columns: 20% 1fr;
    grid-column-gap: 0.8em;
    border: none;
    background-color: transparent;
    line-height: 1.7em;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    padding: 0.8em 0;
    color: black;
    font-weight: 400;
  }
  #backNumber .content .id {
    background-color: rgba(154, 200, 176, 1);
    color: white;
  }
  #backNumber .content .h-title {
    font-size: 0.9em;
    text-align: left;
  }
  #column .annotation {margin-top: 5em;}
  
  
  /* ↓ femcare ↓ */
  
  #femcare .content {
    width: 84%;
    font-size: 1.15em;
    padding-top: 3em;
  }
    #femcare .content .st1 {line-height: 1.7em;}
  #femcare .content .fukidashi {
    width: 100%;
    padding: 1em 0;
  }
  #femcare .content .fukidashi span {display: block;}
  #femcare .content .group {
    width: 81.6%;
    margin: 1.3em auto 0;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 4.5em);
    grid-gap: 0.4em;
  }
  #femcare .content .box1 .group .box:first-of-type .img-box {
    width: 7.6em;
    top: 10em;
    left: 0.56em;
  }
  #femcare .content .box1 .group .box:last-of-type .img-box {
    width: 8.5em;
    top: 9em;
    left: -0.6em;
  }
  #femcare .content .box1 .st2 {margin-top: 14em;}
  #femcare .content .box2 {margin-top: 0;}
  #femcare .content .box2 .group .box:first-of-type .img-box {
    width: 9.8em;
    top: 10.5em;
    left: 0;
  }
  #femcare .content .box2 .group .box:last-of-type .img-box {
    width: 4.26em;
    top: 5.3em;
    left: auto;
    right: 0;
  }
  #femcare .content .box1 .st2,
  #femcare .content .box2 .st2,
  #femcare .content .box2 .st3,
  #femcare .content .box2 .st4 {
    color: rgba(89, 87, 87, 1);
    line-height: 1.8em;
  }
  #femcare .content .box2 .st2 {margin-top: 13em;}
  #femcare .content .box2 .st3,
  #femcare .content .box2 .st4 {margin-top: 1.5em;}
  #femcare .content .box2 .st4 span {display: block;}
  #femcare .content .annotation {font-size: 0.5em;}

  

  /* ↓ post ↓ --------------------------------------------------- */
  
  #post .content {
    width: 87.2%;
    font-size: 1.2em;
    padding-top: 2em;
  }
  #post #h-title {font-size: 0.75em;}
  #post #img-box {width: 90%;}
  #post #h-content {text-align: justify;}
  #post #a-content {margin-top: 1.5em;}
}

