.beginners_coupon202304 {
  background-color: #ffffff;
  width: 100%;
  max-width: 900px;
  min-width: auto;
  text-align: center;
}

.beginners_coupon202304 .heading {
  font-size: 26px;
}

/* sp */
@media only screen and (max-width: 812px) {
  .beginners_coupon202304 .heading {
    font-size: 5vw;
  }
}

.beginners_coupon202304_mv {
  width: 100%;
}

.beginners_coupon202304_mv img {
  width: 100%;
}

.beginners_coupon202304 h2 {
  width: 100%;
	background: #333333;
	margin-bottom: 2.5%;
}

/* pc */
@media (min-width: 813px) {
.beginners_coupon202304 h2 img {
	width: 30%;
	margin: 0 auto;
	text-align: center;
	padding: 1.5%;
}
}

/* sp */
@media only screen and (max-width: 812px) {
.beginners_coupon202304 h2 img {
	width: 45%;
	margin: 0 auto;
	text-align: center;
	padding: 1.5%;
}
}


.beginners_coupon202304 h3 {
  width: 100%;
	background: #333333;
}

/* pc */
@media (min-width: 813px) {
.beginners_coupon202304 h3 img {
	width: 45%;
	margin: 0 auto;
	text-align: center;
	padding: 1.5%;
}
}

/* sp */
@media only screen and (max-width: 812px) {
.beginners_coupon202304 h3 img {
	width: 60%;
	margin: 0 auto;
	text-align: center;
	padding: 1.5%;
}
}

.beginners_coupon202304 h4 {
  width: 80%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 2.5%;
}

/* pc */
@media (min-width: 813px) {
.beginners_coupon202304 h4 img {
	width: 100%;
}
}

/* sp */
@media only screen and (max-width: 812px) {
.beginners_coupon202304 h4 img {
	width: 100%;
}
}

ul.howToImg {
	display: block;
	width: 100%;
}


ul.howToImg li {
	float: left;
  display: block;
  width: 33.3%; /* ナビボタンの数ごとに数値を変更してください */
/* --- 参考までに
  width: 49.5%;　2つ
  width: 33%;　3つ
------------------ */
  opacity: 1;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
	margin-bottom: 5.0%;
}

ul.howToImg li img {
	width: 100%;
}


*, *:before, *:after {
	box-sizing: border-box;
}




/*============================
.area_other
============================*/

.beginners_coupon202304 .area_other {
	background:#CCC;
	padding: 20px;
	margin-bottom: 30px;

}

.beginners_coupon202304 .area_other dl {
	display: block;
	background: #FFFFFF;
	padding: 30px;
}

.beginners_coupon202304 .area_other dl img {
	width: 100%;
}

.beginners_coupon202304 .area_other dt{
	list-style: disc outside;
	font-size: 16px;
	line-height: 150%;
	text-align: left;
	margin-bottom: 5px;
}

.beginners_coupon202304 .area_other dd{
	list-style: none;
	font-size: 16px;
	line-height: 150%;
	text-align: left;
	margin-bottom: 20px;
}

.beginners_coupon202304 .area_other dd:last-child {
	margin-bottom: 0;
}

.beginners_coupon202304 .area_other ul {
	display: block;
	background: #FFFFFF;
	padding: 20px 0 20px 15px;
}

.beginners_coupon202304 .area_other li{
	list-style: disc outside;
	font-size: 14px;
	line-height: 150%;
	margin: 0 20px 0 20px;
	text-align: left;
}

.beginners_coupon202304 .area_other p.subAttn {
    text-indent: -1em;
    margin-left: 1em;
}
.beginners_coupon202304 .area_other p.subAttn:before {
    content: '※';
}

.beginners_coupon202304 .area_other p.subAttn02 {
    text-indent: -1em;
    margin-left: 1em;
}
.beginners_coupon202304 .area_other p.subAttn02:before {
    content: '・';
}

.beginners_coupon202304 .area_other p.subAttn02 a {
	border-bottom: 1px solid;
	color: #06C;
}

.beginners_coupon202304 .area_other p.subAttn03 a {
	border-bottom: 1px solid;
	color: #06C;
}

.beginners_coupon202304 .area_other .txtStrong {
	font-weight: bold;
}

.beginners_coupon202304 .area_other .txtStrongRed {
	font-weight: bold;
	color: #C00;
}

.beginners_coupon202304 p.enterBtn {
  width: 90%;
	margin: 0 auto;
	text-align: center;
}

.beginners_coupon202304 p.enterBtn img {
	width: 100%;
	padding-bottom: 10.5%;

}

.beginners_coupon202304 p.enterBtn a:hover {
  opacity: 0.7;
}


/* clearfx */
section:before, section:after {
    content:"";
    display:table
}
section:after { clear:both }
section { zoom:1 } /* For IE 6/7 */