@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}

li {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #333333;
  cursor: pointer;
}

a:hover {
  opacity: 0.7;
}

img {
  display: inline-block;
  width: inherit;
  height: auto;
}

body {
  font: 16px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  color: #333333;
  line-height: 1.3;
}

header {
  padding: 3rem 1rem;
  position: relative;
  background-color: #37465a;
  color: white;
}

header .text {
  display: table;
  margin: 0 auto;
}

header h1 {
  display: table;
  margin: 0 auto;
  font-size: 1.8rem;
}

header .header-img {
  position: absolute;
}

header .book {
  top: 10px;
  left: calc(50% - 24rem);
  width: 180px;
  height: auto;
}

header .sales1 {
  top: 3rem;
  right: calc(50% - 23rem);
}

main {
  min-height: calc(100vh - 430px);
  padding: 3rem 1rem;
  background-color: #f0f3f5;
}

.step-indicater {
  max-width: 22rem;
  margin: 0 auto 2rem auto;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.step-indicater::after {
  content: "";
  position: absolute;
  left: 4px;
  width: calc(100% - 8px);
  height: 1px;
  background-color: #cecece;
}

.step-indicater p {
  margin-top: -7px;
}

.step-indicater span {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  background-color: white;
  z-index: 10;
}

.step-indicater span.active {
  background-color: red;
  border: none;
}







.q-box {
  max-width: 60rem;
  margin: 0 auto 3rem auto;
  padding: 2rem;
  border: 4px solid #eee;
  background-color: white;
}

.q-box p {
  text-align: center;
}

.q-box h3 {
  display: table;
  margin: 0 auto;
  font-size: 1.7rem;
	font-weight: bold;
}

.sitsumon
{
	font-size: 1.2em;
	margin-bottom: 20px;
	font-weight: bold;
	color: #FF6F00;
	border-bottom: 1px solid #FF6F00;
	padding-bottom: 10px;
}

.q-box label {
  width: 6rem;
  height: 2.7rem;
  margin: 0 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.q-box .q-img {
  display: table;
  margin: 1rem auto;
}

.q2-box .q-img {
  width: 300px;
}


.box-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.label-yes {
  border: 3px solid #000CFF;
	width: 220px !important;
	height: 70px !important;
	color:#000CFF;
	font-weight: bold;
	font-size: 1.2em;
}

.label-yes span{
font-size: 20px;
	margin-right: 10px;
}

.label-no {
  border: 3px solid #D00;
	font-weight: bold;
	width: 220px !important;
	height: 70px !important;
		color:#D00;
	font-size: 1.2em;
}

.label-no span{
font-size: 20px;
	margin-right: 10px;
}

input[type="radio"]:checked + .label-yes {
  background-color:#000CFF;
	color: #FFF;
}

input[type="radio"]:checked + .label-no {
  background-color: #D00;
	color: #FFF;
}

.label-yes:hover {
  background-color: #bed9e5;
}

.label-no:hover {
  background-color: #ffbbbb;
}

input[type="radio"] {
  display: none;
}










.btn-prev {
  margin: 2rem auto;
  padding: 0.4rem 1rem;
  display: none;
  border: 1px solid #919191;
}

.present-box {
  max-width: 50rem;
  margin: 0 auto 3rem auto;
}

.present-box h2 {
  display: table;
  margin: 0 auto 1rem auto;
  line-height: 1.15;
  font-size: 1.5rem;
  font-weight: 500;
}

.conversion-btn {
  margin: 2rem auto;
  padding: 1rem 3rem;
  display: table;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  background-color: orange;
  color: white;
  border-radius: 10px;
}

footer {
  padding: 0.9rem 1rem;
}

footer nav ul {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer nav ul li:not(:last-of-type) {
  margin-right: 0.9rem;
}

footer .copyright {
  text-align: center;
}


	.dpc
	{
		display: block;
	}
	.dsp
	{
	display: none;
	}

	.img2
	{
		text-align: center;
	padding: 15px 0px;
	}
	
	.img2 img{
		width: 200px !important;
	}





@media screen and (max-width: 767px) {
  header {
    padding: 1.4rem 1rem;
  }
  header .text {
    margin-bottom: 11rem;
  }
  header h1 {
    font-size: 1.4rem;
  }
  header .book {
    top: 4.2rem;
    left: calc(50% - 7.8rem);
    width: 8rem;
  }
  header .sales1 {
    top: 5.2rem;
    right: calc(50% - 8.4rem);
    width: 8.7rem;
  }
  .step-indicater {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
	
	
	
	
  .q-box,
  .present-box {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  .q-box.sp-show,
  .present-box.sp-show {
    display: block;
    -webkit-animation: fade-in 0.6s forwards;
            animation: fade-in 0.6s forwards;
  }
  .q-box h3 {
    font-size: 1.4rem;
	  font-weight: bold;
  }
  .q-box .q-img {
    max-width: 30rem;
    width: 100%;
  }
	
	
  .btn-prev {
    display: table;
  }
  .present-box h2 {
    font-size: 1.2rem;
  }
  .conversion-btn {
    padding: 0.8rem;
    font-size: 1.6rem;
  }
  footer nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer nav ul li {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  footer nav ul a {
    width: 100%;
    text-align: center;
  }
  footer .copyright {
    font-size: 0.8rem;
  }
	
	
	.headline
	{
	max-width: 100%;
    width: 100%;
  }
	
	.dpc
	{
		display: none;
	}
	.dsp
	{
		display: block;
	}

	
.label-yes {
  border: 3px solid #000CFF;
	width: 180px !important;
	height: 70px !important;
	color:#000CFF;
	font-size: 1.2em;
}


.label-no {
  border: 3px solid #D00;
	font-weight: bold;
	width: 180px !important;
	height: 70px !important;
		color:#D00;
	font-size: 1.2em;
}
	
	
	

.label-yes {
	width: 160px !important;
	height: 50px !important;
}

.label-no {
	width: 160px !important;
	height: 50px !important;
}

	
	
	
}
/*# sourceMappingURL=style.css.map */