.smp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .smp-block {
    display: none;
  }
}

.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-block {
    display: block;
  }
}

main#shidax {
  background: #e1c620;
}

#mv {
  margin-top: 60px;
  padding-top: 0;
  border-radius: 0 0 20px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #mv {
    margin-top: 0;
    border-radius: 0 0 40px 40px;
  }
}
#mv::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: radial-gradient(#000000 17%, transparent 20%), radial-gradient(#000000 17%, transparent 20%);
  background-position: 0 0, 6px 6px;
  background-size: 12px 12px;
  border-radius: 0 0 20px 20px;
  position: absolute;
  left: 0;
  top: 20px;
  transform: translate(0, 0);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #mv::before {
    border-radius: 0 0 40px 40px;
  }
}
#mv div.bessatsu-title-shidax {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #FFF;
  border-radius: 0 0 20px 20px;
}
@media screen and (min-width: 768px) {
  #mv div.bessatsu-title-shidax {
    border-radius: 0 0 40px 40px;
  }
}
#mv div.bessatsu-title-shidax h1 {
  width: 80.4%;
  max-width: 340px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-45%, 0);
}
#mv div.bessatsu-title-shidax h1 img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  #mv div.bessatsu-title-shidax h1 {
    width: 60%;
    max-width: 702px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

/*
div#bessatsu-title-shidax-box{
	background: #F00;
	div.bessatsu-title-shidax{
		position: relative;
		h1{
			width: 85.4%;
			margin: 0 auto;
			@include mq(pc) {
				max-width: 702px;
			}
			img{
				max-width: 100%;
			}
		}
	}

}
*/
#bc {
  padding-top: 20px;
}

div.shidax-contwrap {
  font-size: 1.3em;
  padding: 5% 0 15% 0;
}
@media screen and (min-width: 768px) {
  div.shidax-contwrap {
    padding: 20px 0 140px 0;
  }
}
div.shidax-contwrap p.shidax-txt01 {
  color: #FFF;
  font-weight: 600;
  text-align: center;
  margin-bottom: 12%;
}
@media screen and (min-width: 768px) {
  div.shidax-contwrap p.shidax-txt01 {
    font-size: 18px;
    margin-bottom: 86px;
  }
}
@media screen and (min-width: 1000px) {
  div.shidax-contwrap p.shidax-txt01 {
    font-size: 20px;
  }
}

div.shidax-inner01 {
  background: #f5eec2;
  padding: 10% 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  div.shidax-inner01 {
    padding: 50px 0;
  }
}
div.shidax-inner01::before {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  background: url(../../img/bessatsu/shidax/shidax-border.png) repeat-x;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -20px;
  transform: translate(0, 0);
}
@media screen and (min-width: 768px) {
  div.shidax-inner01::before {
    height: 3px;
    background-size: contain;
  }
}
div.shidax-inner01 h3 {
  width: 60%;
  max-width: 286px;
  margin: 0 auto;
}
div.shidax-inner01 h3 img {
  max-width: 100%;
}
div.shidax-inner01 p {
  width: 88%;
  font-size: 1.1em;
  font-weight: 600;
  text-align: justify;
  margin: 0 auto;
  margin-top: 10%;
}
@media screen and (min-width: 768px) {
  div.shidax-inner01 p {
    max-width: 530px;
    font-size: 15px;
    font-weight: 500;
    margin-top: 40px;
  }
}

div.shidax-image {
  max-width: 980px;
  margin: 0 auto;
  margin-top: 12%;
}
@media screen and (min-width: 768px) {
  div.shidax-image {
    margin-top: 60px;
  }
}
div.shidax-image img {
  max-width: 100%;
}

div.shidax-image02 {
  margin-top: 15%;
  padding: 10% 0;
  background: #e55541;
}
@media screen and (min-width: 768px) {
  div.shidax-image02 {
    margin-top: 50px;
    padding: 0;
    background: none;
  }
}
div.shidax-image02 img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  div.shidax-image02 dl {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
  }
}
div.shidax-image02 dl dt {
  color: #FFF;
  font-size: 1.3em;
  letter-spacing: 0.06em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) {
  div.shidax-image02 dl dt {
    font-size: 18px;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
div.shidax-image02 dl dt span {
  display: inline-block;
  border-bottom: solid 3px #FFF;
}
div.shidax-image02 dl dd {
  width: 86%;
  margin: 0 auto;
}
div.shidax-image02 dl dd img {
  max-width: 100%;
}/*# sourceMappingURL=shidax.css.map */