@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: #4c4c4c;
}
#main {
	max-width: 750px;
	margin: 0 auto;
  background:#fff;
}
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.last_in {
    position: relative;
}

img {
	max-width: 100%;
	height: auto;
}
#fv {
	position: relative;
}

#question > div {
	/* padding: 6.5em 1em 0; */
}
.qlist li input {
	display: none;
}
.qlist li .btn {
	position: relative;
	display: block;
}
.qlist li .btn .on {
	position: absolute;
	top: 0;
	left: 0;
	opacity:0;
}
.qlist li input:checked + .btn .on {opacity:1;}
.qlist li .btn img {
	width: 100%;
	height: auto;
}
.q1_list.qlist li,.q2_list.qlist li,.q3_list.qlist li,.q4_list.qlist li {
	width: 100%;
	margin-bottom: 1em;
}
.qlist {
	display: flex;
	flex-wrap: inherit;
	justify-content: center;
	width: 100%;
	margin: 2em auto 0;
}
ul.q4_list.qlist {
  display: block;
}
.q1_list.qlist li:nth-child(2n) {
	margin-left: 4.6%;
}
.q2_list.qlist li:nth-child(2n) {
	margin-left: 4.6%;
}
.q3_list.qlist li:nth-child(2n) {
	margin-left: 4.6%;
}
.q2_list.qlist {
	justify-content: space-between;
}
.q3_list.qlist li {
	width: 100%;
	margin-bottom: 2em;
}

.qlist label {
	display: block;
	cursor: pointer;
}

input[type="radio"] {
  display: none;
}
#q1,#q2,#q3,#q4 {
  margin-bottom:3em;
}
#question > div#send, #question > div#last,#question > div#send, #question > div#q4 {
	border: none;
}
#question > div#send {
	text-align: center;
	padding: 0 0 4em;
	margin: 0 auto;
	width: 62%;
}

#last.on {
	display: block;
}
#last {
	display: none;
}

#last .last_in .cv_btn {
	position:absolute;
	top: 82%;
	left: 24px;
}


footer {
  background: #444444;
  padding: 40px;
  color: #FFF;
}

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: #FFF;
}
#question > div {
	display: none;
}
#question > div.on {
	display: block;
}
.sp{
  display: none;
}

/*animation*/
.yureru-s {
  animation: yureru-s 2s infinite;
}
@keyframes yureru-s {
  0% {
      transform: translate(5px, 0px);
  }
  5% {
      transform: translate(-5px, 0px);
  }
  10% {
      transform: translate(5px, 0px);
  }
  15% {
      transform: translate(-5px, 0px);
  }
  20% {
      transform: translate(5px, 0px);
  }
  25% {
      transform: translate(-5px, 0px);
  }
  30% {
      transform: translate(0px, 0px);
  }
}
@media screen and (max-width:750px){
	body {
		font-size: 5vw;
	}
  .qlist {
    width: 90%;
  }

  #q1,#q2,#q3,#q4 {
    margin-bottom: 1em;
  }
  .answer li label {
    line-height: 152%;
    padding: 0 0 0 9%;
  }
  .answer p{
    font-size: 106%;
  }
  .question {
    font-size:129%;
    line-height: 140%;
    margin-bottom: 1rem;
  }
  
.border-radius {
  line-height: 175%;
}
  .q_icon {
    left: 29.2%;
    bottom: 108%;
    width: 40%;
  }
  .question .fz-s {
    font-size: 18px;
    line-height: 28px;
  }
  .hosoku_text {
    text-align: right;
    font-size: 75%;
    margin-bottom: 10px;
  }
  #last .cv_btn {
    left: 5%;
    right: 3%;;
  }
  #last .btn1 {
  bottom: 47.5%;
  }
 #last .btn2 {
  bottom: 1.5%;
  }

    .pc {
    display: none;
    }
  footer {
    background: #444444;
    color: #FFF;
    padding: 15px;
  }
  footer ul li {
    display: inline-block;
    margin: 7px 10px;
    }
    footer ul li a {
      font-size: 14px;
}
footer small {
  font-size: 14px;
}

.next_btn{
margin: 5% auto;
display: block;
cursor: pointer;
width: 40%;
}

.note{
font-size: 12px;
margin: 5%;
line-height: 150%;
}

.note_02{
font-size: 12px;
margin: 3%;
line-height: 150%;
}
}

@media screen and (min-width:751px){
.next_btn{
margin: 5% auto;
display: block;
cursor: pointer;
}

.note{
font-size: 16px;
margin: 1%;
line-height: 150%;
}

.note_02{
font-size: 16px;
margin: 1%;
line-height: 150%;
}
}