@charset "utf-8";
/* ---------------------    
PC Style
---------------------- */
/* cover */
#manner h3 {
  font-weight: bold;
  font-size: 1.5em;
}
#manner section#contenstsBox {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

#manner h2.yellow_line {
    font-size: 23px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

#manner .yellow_line span {
    color: #0196d6;
    text-align: center;
    background: linear-gradient(transparent 60%, #FFFF26 40%);
}

#manner h2#shomotan-manner::before {
    content: "";
    background-image: url(img/shomotan_200.png) !important;
    background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  width: 40px;
  height: 40px;
  padding: 0 0 0 40px;
}

/*#manner {
    align-content: center;
}

#manner h3.marker1 {
  display: inline-block;
  margin: 0 auto 50px auto;
  font-weight: bold;
  font-size: 1.5em;
  color: #0196d6;
  background: linear-gradient(transparent 50%, #ffff00 50%);
  position: relative;
}
#manner h3.marker1:before {
  content: "";
  background-image: url("img/shomotan_200.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  width: 40px;
  height: 40px;
  padding: 0 0 0 40px;
}*/
#manner .dispSP {
  display: none;
}
@media (max-width: 768px) {
  #manner .dispSP {
    display: block;
  }
}
/* ---------------------    
SP Style
---------------------- */
@media screen and (max-width: 768px) {
  #manner h2 {
    margin-bottom: 30px
  }
  #manner .container ul li {
    margin-bottom: 0.5em;
    font-size: 15px;
  }
    
    #manner h2.yellow_line {
    font-size: 16px !important;
}