@charset "utf-8";
/* CSS Document */

.no_link{
	pointer-events:none;
}

@media screen and (max-width: 750px){
  a.tab-img img{
    width:80%;
  }
  .p-sp-s-manner__headTtl h1{
    font-size: 1.4em;
    margin-top: 20px !important;
  }
  .p-sp-s-manner__headTxt{
    padding: 0 20px;
  }

} /* sp END */

@media screen and (max-width: 414px){
  a.tab-img img{
    width:80%;
  }
  .p-sp-s-manner__headTtl h1{
    font-size: 1.4em;
    margin-top: 20px important;
  }
  .p-sp-s-manner__headTxt{
    padding: 0 20px;
  }
} /* sp END */



