img {
    margin: 0 auto;
}
.individual {
    background-color: #fbf7f6;
    background-repeat: repeat;
    background-position: center;
}
.inner {
	max-width: 800px;
	margin: auto;
	padding: 0 1rem;
}
.center {
	text-align: center;
}
.point {
    position: relative;
    max-width: 800px;
    margin: auto;
}
.prize_ttl {
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.prize {
    position: relative;
    z-index: 0;
    margin-top: 30px;
    padding: 6rem 2rem 2rem;
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #ff6060;
    box-shadow: 2px 2px 10px -1px #bb9f9f; 
}
.btn_wrapper {
    margin: 3rem auto 0;
    padding: 0 2rem;
}
.button a {
  max-width: 700px;
  margin: 0 auto;
  background-color: #ff6060;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: block;
  padding: 1.5rem 2rem;
  line-height: 1;
  border-radius: 8px;
  box-shadow: #c44e4b 4px 4px;
}
.button a:hover {
  opacity: .8;
}
.button a::after{
  content: "";
  position: absolute;
  top: 48%;
  right: 2.5rem;
  width: 7px;
  height: 7px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(135deg);
  margin-top: -4px;
}

.bnr_area .p_head_text {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
.text-red {
  color: #da381b;
}

.main_visu {
	padding: 2.5rem 1rem;
}
.content_wrap{
	padding: 2.5rem 0;
    max-width: 800px;
    margin: 2rem auto 0;
}
.content_wrap p {
    text-align: center;
    font-size: 2rem;
    line-height: 1.8;
    color: #2e1108;
}
.content_wrap p + p {
    margin-top: 1.5rem;
}
.content_wrap .mark {
    background-color: #fff;
    color: #ff6060;
    border-radius: 1rem;
    padding: 0.3rem;
}
.content_wrap .number {
    font-size: 2.5rem;
}
.atten_area{
	padding: 1rem 0 4rem;
    max-width: 800px;
    margin: -2rem auto 0;
}
.main_visu {
   background: linear-gradient(180deg, #752e1c, #bd591e, #752e1c);
    padding: 3rem;
}
.tokuten {
  background-color: #fffceb;
  padding: 3rem;
  text-align: center;
}
.tokuten_inner {
  max-width: 800px;
  margin: 0 auto;
}
.content_main {
  margin: auto;
    margin-top: auto;
    margin-bottom: auto;
  width: 800px;
  padding: 2rem;
  border: solid #bda152;
  border-radius: 30px;
}
.contents {
  margin-top: 2rem;
  text-align: center;
}
.content_main ul {
  padding: 0;
}
.text_list {
    padding-top: 2rem;
}
.text_list > ul > li {
  display: table;
  line-height: 1.5;
  table-layout: auto;
  font-size: 1.4rem;
}
.text_list li {
  font-family: 'yu Mincho','Noto Sans JP';
  text-align: left;
  margin: auto;
  width: 100%;
  font-size: 1.4rem;
}
.text_list > ul > li .pre {
  display: table-cell;
  padding: 0rem 0.5rem 0rem 0rem;
  white-space: nowrap;
  width: 1%;
}
@media screen and (max-width:690px){
.individual {
    background-size: 100%;
}
	.bnr_area .p_head_text {
		font-size: 1.8rem;
		margin-bottom: 1rem;
	  }
    .point {
    padding: 0 1rem;
}
    .prize {
    margin-top: 1.5rem;
    padding: 2rem 1rem;
}
.button a {
  font-size: 2rem;
}
.content_wrap p {
    font-size: 1.6rem;
    line-height: 1.8;
}
.content_wrap{
	padding: 1rem 0;
    margin: 1rem auto 0;
}
.atten_area{
	padding: 1rem 0 2rem;
}
.content_wrap .number {
    font-size: 2.2rem;
}
.content_wrap .mark {
    border-radius: 0.5rem;
}
  .main_visu {
    padding: 2rem 0.5rem;  /* 3rem→1.5rem、左右も1rem→0.5remに縮小 */
  }
.tokuten {
    padding: 2rem 1rem 2rem 1rem;
    overflow-x: hidden;
  }
.tokuten_inner {
  max-width: 800px;
  margin: 0 auto;
  
}
.content_main {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 2rem 1rem;
    border-radius: 15px;
  }
.content_main:first-child {
    padding: 2rem 1rem 1rem 1rem;
  }
  .contents {
    margin-top: 2rem;
  }
.text_list > ul > li {
  display: table;
  line-height: 1.5;
  table-layout: auto;
  font-size: 1.4rem;
}
.text_list > ul > li .pre {
  display: table-cell;
  padding: 0rem 0.5rem 0rem 0rem;
  white-space: nowrap;
  width: 1%;
}
  .head_inner img {
    max-width: 53.33%;
    display: inline;
  }
}