img {
    margin: 0 auto;
}
.individual {
    background-color: #fbf7f6;
    background-image: url("../img/bg.png");
    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;
}
@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;
}

}