body {
  position: relative;
  margin: 0;
  background: #FFFFFD;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  color: #333;
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic,
    "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif !important;
}
h1,h2,h3,h4,h5 {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  margin: 0;
  border: 0;
  vertical-align: top;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.inner-block {
  width: 768px;
  margin: auto;
  padding: 0 20px;
  position: relative;
}

@media screen and (max-width:761px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .ib {
    display: inline-block;
  }
  .inner-block {
    padding: 0 15px;
    width: 100%;
  }
}


#main {
    text-align: center;
}
#question_area {
    font-size: 1.5em;
}
.txt_hide {
    display: none;
}
.txt_display {
    display: block;
}
#btn_area {
    margin-top: 30px;
}
#btn_yes, #btn_no {
    display: inline-block;
    text-decoration: none;
    width: 40%;
    color: #ffffff;
    text-align: center;
    padding: 10px;
}
#btn_yes {
    background: #00a03e;
    opacity: 0.7;
}
#btn_yes:hover,
#btn_no:hover {
    opacity: 1;
}
#btn_no {
    background: #ffa200;
    opacity: 0.7;
}

#question_area {
	width: 85%;
	margin: 8% auto 0;
	font-weight: bold;
    font-size: 16px;
}


h2 {
	color:#E2C340;
	font-size: 2em;
}

#result_area {
	width: 90%;
    margin: 0 auto;

}

#result_area p {
    font-size: 16px;
    line-height: 2;
	margin-bottom: 7%;
}

.start {
    display: block;
    background: #FBF7E3;
	border: solid 1px #EEDB8C;
    border-radius: 3px;
    color: #E2C340;
    width: 100%;
    margin: 2% auto 0;
    text-decoration: none;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.entry {
    display: block;
    background: #E2C340;
    border-radius: 3px;
    color: #FFF;
    width: 100%;
    margin: 5% auto 0;
    text-decoration: none;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.linebtn {
    display: block;
    background: #06C755;
    border-radius: 3px;
    color: #FFF;
    width: 100%;
    margin: 2% auto 0;
    text-decoration: none;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.start::before,
.entry::before,
.linebtn::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #FFF;
}

.start::after,
.entry::after,
.linebtn::after {
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 29px;
    width: 5.5px;
    height: 5.5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.start::after {
    border-top: 2px solid #E2C340;
    border-right: 2px solid #E2C340;
}

.entry::after {
    border-top: 2px solid #E2C340;
    border-right: 2px solid #E2C340;
}

.linebtn::after {
    border-top: 2px solid #06C755;
    border-right: 2px solid #06C755;
}






.smalltext {
	width: 100%;
	margin: 0% auto 0%;
	padding: 3%;
	background: #EFEFEF;
	font-size: 14px;
	line-height: 2;
    text-align: left;
}

.txt_display strong {
    font-size: 1.4rem;
    margin-bottom: 5%;
    display: inline-block;
}

.qrimg {
	width: 35%;
	margin: 3% auto 0;
}

.qrimg img {
	margin-top: 5%;
}

body {
	padding-bottom: 20%;
}

dl.care {
    font-size: 18px;
	margin: 0 0 5% 0;
}

dl.care dt,
dl.care dd {
	display: inline;
}

dl.care dt {
	color:#E2C340;
	font-weight: bold;
}

dl.care dd {
	margin: 0 0 0 0;
}