@charset "UTF-8";
.flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-self: center;
  align-self: center;
  flex-wrap: wrap;
}

.flex_area_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-align-items: start;
  align-items: start;
  -webkit-align-content: start;
  align-content: start;
  -webkit-align-self: start;
  align-self: start;
  flex-wrap: wrap;
}

.flex_area_end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: end;
  justify-content: end;
  -webkit-align-items: end;
  align-items: end;
  -webkit-align-content: end;
  align-content: end;
  -webkit-align-self: end;
  align-self: end;
  flex-wrap: wrap;
}

.flex_area_between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-align-self: stretch;
  align-self: stretch;
  flex-wrap: wrap;
}

.flex_area_between_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: start;
  align-items: start;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-align-self: stretch;
  align-self: stretch;
  flex-wrap: wrap;
}

.grid_area {
  display: grid;
  display: -ms-grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  -ms-grid-columns: auto;
  -ms-grid-rows: auto;
}

.font_red {
  color: #F00;
  font-size: 1.2rem;
}

* {
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  word-break: break-all;
  min-height: 0;
  min-width: 0;
  letter-spacing: 0.08em;
}

html,
body {
  width: 100%;
  text-align: center;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
  color: #333;
  font-size: 1rem;
  background: #FFF;
  font-size: 2.0833333333vw;
  /*font-family:"HG丸ｺﾞｼｯｸM-PRO","ＭＳ Ｐゴシック","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS P Gothic","Osaka,Verdana,Arial","Helvetica",sans-serif;*/
  /*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  /*font-family:  "M PLUS 1p",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
  /*font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
  /*font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";*/
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  html,
  body {
    overflow-y: auto;
    -ms-overflow-style: auto;
    scrollbar-width: auto;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1280px) {
  html,
  body {
    font-size: 16px;
  }
}

body::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  body::-webkit-scrollbar {
    display: auto;
  }
}

@media screen and (min-width: 768px) {
  body::-webkit-scrollbar {
    display: block;
    width: 15px;
  }
  body::-webkit-scrollbar-thumb {
    background: #c1c1c1;
  }
  body::-webkit-scrollbar-track-piece:start {
    background: #f1f1f1;
  }
  body::-webkit-scrollbar-track-piece:end {
    background: #f1f1f1;
  }
}
a {
  outline: none;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  text-decoration: none;
  color: #333;
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}
h1{
  border-bottom: 1px solid #333;
  text-align: center;
}
#wrap {
  padding: 2rem 0 0;
}
#header{
  display: none;
}
#footer{
  display: none;
}
.footer{
  display: none;
}
.kv_area{
  margin: 0 auto 1rem;
  max-width: 500px;
  width: 100%;
}
#checkb {
  margin: 0 auto 3rem;
  max-width: 500px;
  height: 240rem;
  min-height: 420px;
  background: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  #checkb {
    font-size: 1.6rem;
    width: 100%;
    height: 240rem;
  }
}
#checkb .q_inner{
  border: 3px solid #AE8F29;
  position: relative;
}
#checkb .q_num_area{
  font-size: 2rem;
  line-height: 2.1;
  color: #FFF;
  background: #AE8F29;
  text-align: center;
  position: absolute;
  top: -2.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 4rem;
  z-index: 3;
  border-radius: 5rem;
}
#checkb ul {
  margin: 0 auto 2rem;
  padding: 0px;
  width: 90%;
  height: auto;
  box-sizing: border-box;
  list-style-type: none;
}
#checkb ul li {
  position: relative;
  margin: 0px auto;
  margin-bottom: 10px;
  padding: 2% 2rem;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  cursor: pointer;
  background: #F8F1CC;
  border-radius: 5rem;
  text-align: left;
  color: #333;
  opacity: 1;
  transition: all 0.3s;
  font-size: 2rem;
}
#checkb ul li.ans_text::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  font-size: 1.6rem;
  font-family:"HG丸ｺﾞｼｯｸM-PRO","ＭＳ Ｐゴシック","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS P Gothic","Osaka,Verdana,Arial","Helvetica",sans-serif;
}
#checkb ul li:hover {
  opacity: 0.5;
}
#checkb ul li.back {
  margin-top: 10px;
  width: 60%;
  height: auto;
  background: #EEEEEE;
  border: 1px solid #EEEEEE;
  color: #333;
  opacity: 1;
  transition: all 0.3s;
  text-align: center;
}
#checkb ul.img_ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-self: center;
  align-self: center;
  flex-wrap: wrap;
}

#checkb ul li.in_img{
  width: 50%;
  margin: auto;
  font-size: 1.2rem;
  text-align: center;
  background: transparent;
}
#checkb ul li.in_img img{
  width: 100%;
  height: auto;
  display: block;
}
#checkb ul li.back:hover {
  opacity: 0.5;
  border: 1px solid #b3b3b3;
  background: transparent;
  color: #333;
}
#checkb .q {
  margin-left: 700px;
  padding: 3rem 2rem 0;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  overflow: hidden;
}
#checkb .q:first-child {
  margin-left: 0;
}
#checkb .q dt {
  width: 100%;
  height: auto;
  padding: 3rem 1rem 0;
  margin-bottom: 0.5rem;
}
#checkb .q dt span {
  padding: 3px;
  margin-bottom: 15px;
  display: block;
  font-size: 2rem;
  color: #AE8F29;
}
#checkb .q dt strong {
  color: #AE8F29;
}
#checkb .a {
  margin-left: 700px;
  padding: 0;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
}
#checkb .a .leftdiv p{
  font-size: 1.4rem;
  text-align: left;
  padding: 0 2rem;
}
#checkb .next_btn {
  margin-top: 1rem;
  width: 100%;
  padding: 1rem;
  background-color: #ddd;
  border-radius: 5rem;
  font-size: 1.6rem;
  display: block;
}
.close_btn {
  margin-top: 1rem;
  width: 100%;
  padding: 1rem;
  background-color: #ddd;
  border-radius: 5rem;
  font-size: 1.6rem;
  display: block;
}
.end_outer{
  margin: 1rem auto;
  max-width: 500px;
  width: 90%;
}
.end_inner{
  margin-bottom: 1rem;
}
.foot_area{
  text-align: center;
  background-color: #FFF;
}
.dis_no {
  display: none;
}
.pc {
  display: none;
}

.sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */