@charset Shift_jis;
#contents_area #mainView {
  text-align: center;
}
#contents_area .frmBox {
  margin-bottom: 45px;
}

#q2_yes,
#q2_no {
  display: none;
}

#contents_area .selectEntry dt {
  position: relative;
  width: 77%;
  padding-left: 2.5em;
  margin: 0 auto 1.4em;
  line-height: 1.6;
  text-align: left;
}

#contents_area #q2_yes dt,
#contents_area #q2_no dt {
  padding-left: 3.5em;
}

#contents_area .selectEntry dt span.q_num {
  position: absolute;
  top: 0;
  left: 0;
  color: #c42b2b;
}

.bunus_choise {
	width: 65%;
	margin: auto;
}

.bunus_choise ul {
	overflow: hidden;
}

.bunus_choise ul li{
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.bunus_choise ul li input[type=radio]{
  position: absolute;
  opacity: 0;
  bottom: 5px;
}

.bunus_choise ul li label{
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 1.35em;
  text-align: left;
  padding: 15px 25px 15px 55px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

.bunus_choise ul li:hover label{
    color: #c42b2b;
}

.bunus_choise ul li .check{
  display: block;
  position: absolute;
  border: 5px solid #666;
  border-radius: 100%;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  top: 13px;
  left: 13px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

.bunus_choise ul li:hover .check {
  border: 5px solid #c42b2b;
}

.bunus_choise ul li .check::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
  width: 9px;
  height: 9px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

.bunus_choise input[type=radio]:checked ~ .check {
  border: 5px solid #c42b2b;
}

.bunus_choise input[type=radio]:checked ~ .check::before{
  background: #c42b2b;
}

.bunus_choise input[type=radio]:checked ~ label{
  color: #c42b2b;
}

.entry_button {
	display: none;
}

.entry_button + label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 80px;
	border-radius: 10px;
	margin: auto;
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	background-color: #c42b2b;
	cursor: pointer;
}

.entry_button + label:hover {
	opacity: .7;
}

.banner_wrap {
  margin-top: 50px;
  text-align: center;
}

.banner_wrap ul {
  display: flex;
  justify-content: center;
}

.banner_wrap li {
  max-width: 450px;
}

.banner_wrap li a:hover {
  opacity: .7;
}

.banner_wrap > p {
  font-size: 1.6rem;
  color: #ff0000;
}

#contents_area .banner_wrap li img {
  width: 100%;
}

.capture_wrap {
  margin-top: 20px;
}

.capture_wrap p {
  margin-left: -50px;
  margin-bottom: 5px;
  font-size: 1.4rem;
  text-align: left;
}

.capture_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
  height: 230px;
  margin: 0 -50px;
}

.capture {
  width: 32%;
}

.capture img {
  width: 100%;
}