@charset "shift_jis";




/*** チェックボックス
******************************************/


.checkbox_list {
	position:relative;
	font-size:16px;
	font-weight: bold;
	margin:4% 6% 5% 3%;
	padding-left: 1em;
	text-indent: -2em;
}


.checkbox01-input{
  display: none;
}
.checkbox01-parts{
  padding-left: 32px;
  padding-top: 3px;
  position:relative;
  margin-right: 30px;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #e60012;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 8px;
  width: 10px;
  height: 20px;
  transform: rotate(40deg);
  border-bottom: 3px solid #e60012;
  border-right: 3px solid #e60012;
}


.radio01-input{
  display: none;
}
.radio01-parts{
  padding-left: 35px;
  padding-top: 3px;
  position:relative;
  margin-right: 20px;
}
.radio01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio01-input:checked + .radio01-parts{
  color: #e60012;
}
.radio01-input:checked + .radio01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 4px;
  width: 19px;
  height: 19px;
  background: #e60012;
  border-radius: 50%;
}


.f-area {
  background: #ffffff;
  width: 960px;
  text-align: center;
    margin: 0 auto;
}

.red {
    color: #F00;
}

/************************************************

アンケートボックス

*************************************************/

h2.q-tit {
margin-bottom: 10px;
}

p.q-img {
}


.question_box {
padding: 0px 16px;
margin-bottom: 60px;
}

.question_box .inner {
background: white;
padding: 0px 16px;
}
