/* レスポンシブ用設定 */
@media (min-width: 768px) {


}

@media (max-width: 768px) {
  body {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
  }

  .page-shell {
    width: 100%;
    border: none;
    box-shadow: none;
  }

  main {
    padding: 1.8rem 1rem 1rem;
  }

  img {
    margin-bottom: 1rem;
  }

  /*テキスト周り**********************************************/

  h1{
    font-size: 1.7rem;
    margin-bottom: 0.5rem;
    vertical-align: middle;
  }
  h1 img{
	max-width: 35px;
	margin-bottom: 3px !important;
}
  h2{
    margin-bottom: 1.5rem;
  }
  .th2{
    font-size: 1.05rem;
    margin: 0.5rem auto 0.2rem auto;
  }
  h3 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }

  .f12{
    font-size: 1rem;
  }

  p{
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
  }

  dl{
    padding: 1rem;
  }
  dt{
    font-size: 1.2rem;
    font-weight: bold;
    color: #43a28c;
  }
  dd{
    font-size: 1.05rem;
    margin: 0.2rem auto 0.5rem 1.5rem;
  }


  /*************************************************************/

  .mokuji{
    margin: 1rem auto 1.5rem;
    padding: 1rem 2rem;
    border: solid 4px #80c5c2;
    max-width: 80%;
  }
  .mokuji p{
    font-size: 1rem;
    color: #43a28c;
  }
  .mokuji ul{
    margin: 1rem 0 0 1rem;
  }
  .mokuji li{
    font-size: 1.05rem;
    margin-bottom: 0.5rem;
  }
  .inyou{
    margin-bottom: 2rem;
    padding: 1.5rem 1rem 0rem 1.3rem;
    border: solid 4px #80c5c2;
  }
  .matome{
    margin-bottom: 1.5rem;
    padding-left: 1.2rem;
  }
  .sime h2{
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  .sime div{
    font-size: 1.5rem;
    padding: 0.5rem;
    max-width: 100%;
  }

  .spbr{
    display: inline;
  }
  hr{
    margin: 2rem auto 1.5rem;
  }
}