@charset "UTF-8";
body{
	font-family: "fot-tsukuardgothic-std","Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 24px;
  color: #311a05;
}
#main {
	max-width: 750px;
	margin: 0 auto;
}

img {
	max-width: 100%;
	height: auto;
}
#fv {
	position: relative;
	margin-bottom: -4em;
}

.question {
	font-size: 32px;
	text-align: left;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
	margin-bottom: 2rem;
	margin-top: 5em;
	padding: 0 1em 0;
}

.q_icon {
	display: block;
	margin: 0 auto;
	left: 35.2%;
	bottom: 120%;
	width: 29%;
	text-align: center;
	margin-bottom: 15px;
}
.q_image{
  margin: 0 auto;
  text-align: center;
}

.answer input {
	display: none;
}
.answer input + span img {
	opacity: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.answer input + span {
	background-image: url(/front/cms/pc/communication/campaign/0/ct_c173_2412/images/check.png);
	background-size: 100% 100%;
	background-position: center;
	display: inline-block;
	background-repeat: no-repeat;
	position: absolute;
	right: 93%;
	top: 50%;
	transform: translate3d(0,-50%,0);
	width: 7%;
}
.answer input:checked + span img {
	opacity: 1;
}
.answer li label {
	line-height: 1.5;
	position: relative;
	display: block;
	padding-left: 2.5em;
	cursor: pointer;
	font-weight: bold;
}
.answer li {
	margin: 0.8em 0px;
}
.answer {
	padding: 1.5em 0 1.5em 2em;
}
#question >#q1 {
	/* padding-top: 10.3em; */
}
#question > div#send, #question > div#last,#question > div#send, #question > div#q4 {
	border: none;
}
#last {
	display: none;
}
.last_in{
	position: relative;
}
#last .btn1,
#last .btn2 {
	position: absolute;
	left: 8%;
  animation: 3s ease 0s infinite normal none running fluffy1;
}
@keyframes fluffy1 {
  0% { transform:translateX(0) }
  5% { transform:translateX(0) }
  10% { transform:translateX(0) }
  20% { transform:translateX(-15px) }
  25% { transform:translateX(0) }
  30% { transform:translateX(-15px) }
  50% { transform:translateX(0) }
  100% { transform:translateX(0) }
}

#last .btn2 {
	bottom: 15%;
}
.ac-color1{
  color:#e62118
}
.small-txt{
    font-size: 14px;
    vertical-align: text-top;
}

footer {
  background: #fff;
  padding: 40px;
  color: #000000;
}

footer small {
  display: block;
  text-align: center;
  font-size: 17px;
}

footer ul {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
  text-align: center;
}

footer ul li {
  display: inline-block;
  margin: 0 10px;
}

footer ul li a {
  font-size: 17px;
  color: #000000;
}

#question > div {
	display: none;
}
#question > div.on {
	display: block;
}
#last.on {
	display: block;
}

.q4 li {
	border: 2px solid #cacaca;
border-radius: 20px;
	padding: 0 20px;
} 









@media screen and (max-width:750px){
	body {
		font-size: 5vw;
	}
  .answer {
    padding: 0.5em 1em 1.5em 1em;
  }
  .answer li {
    margin: 0.5em 0px;}

  .answer li label {
    line-height: 152%;
    padding: 0 0 0 9%;
  }
  .answer p{
    font-size: 106%;
  }
  .question {
    font-size:110%;
    line-height: 140%;
    margin-bottom: 1rem;
  }
  
  .q_icon {
    left: 40%;
    bottom: 118%;
    width: 20%;
  }
  .q_image {
    width: 95%;
  }
  #question >#q1 {
    padding-top: 1.3em;
  }
  #last .btn1,
  #last .btn2 {
    left: 8%;
    right: 11%;
    width: 85%;
  }
  #last .btn1 {
  bottom: 47.5%;
  }

    .pc {
    display: none;
    }
  footer ul li {
    display: inline-block;
    margin: 5px 5px;
    }
    footer ul li a {
      font-size: 14px;
  }
  footer small {
    font-size: 14px;
} }