
@charset "UTF-8";


.spc_tit {
  background: linear-gradient(0deg, #222 0px, #222 2px, transparent 2px, transparent 5px,#222 5px, #222 7px) left bottom / 100% 7px no-repeat;
  color: #222;
}

.spc_comment {
  width: 90%;
  background:
    linear-gradient(90deg, transparent 0%, transparent 50%, #f4f4f4 50%, #f4f4f4 100%),
    linear-gradient(transparent 1px, #000 1px, #000 2px, transparent 2px);
  background-size:
    8px 100%,
    100% 100%;
  margin: 56px auto 24px;
  padding: 8px 16px 48px;
}
/*
.spc_comment_tit {  }
.spc_comment_txt {  }
*/


/*
------------------------------------------------------------------------------------*/
.spc46_wrap {
  background: #f4f4f4;
  padding-top: 16px;
}

.spc46_read {
  width: 90%;
  background-image:
    linear-gradient(90deg, transparent 0%, transparent 50%, #f4f4f4 50%, #f4f4f4 100%),
    linear-gradient(0deg, #a3a3a3 1px, transparent 1px);
  background-size:
    8px 100%,
    100% 44px;
  font-size: 1.8rem;
  line-height: 4.4rem;
  margin: 20px auto 0;
  padding: 8px 2px 0;
}

.spc46_read_blue {
  background: linear-gradient(0deg, transparent 2px, #a3def6 2px, #a3def6 40%, transparent 40%);
  font-weight: bold;
  padding: 0 2px 0px;
}

.spc46_read_green {
  background: linear-gradient(0deg, transparent 2px, #d2f1ab 2px, #d2f1ab 40%, transparent 40%);
  font-weight: bold;
  padding: 0 2px 0px;
}

.spc46_img_txt1 {
  width: 40%;
  max-width: 340px;
  display: block;
  margin: 20px auto 0;
}

.spc46_question {
  width: 90%;
  background: #fff;
  border: #1a1a1a solid 1px;
  border-radius: 6px;
  text-align: center;
  position: relative;
  margin: 40px auto 0;
  padding: 12px 24px 16px;
}
.spc46_question::after {
  content: "";
  background: url("/images/pc/content/free/spc46/clip_pc.webp") top left / 40px;
  width: 40px;
  height: 37px;
  position: absolute;
  top: -14px;
  left: 20px
}

.spc46_question_title_wrap {
  min-height: 80px;
  background: url("/images/pc/content/free/spc46/img_q_pc.webp") no-repeat bottom -10px right 10px / 80px;
  border-bottom: #1a1a1a solid 1px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 12px 96px 20px 0;
}

.spc46_question_title {
  font-size: 2.2rem;
  line-height: 2.8rem;
  flex: 1;
  order: 2;
  margin-left: 16px;
}
.spc46_question_title span {
  background-image: linear-gradient(0deg, #FFEC61 2px, transparent 2px);
  background-size: 100% 28px;
  padding-top: 0px;
}

.spc46_question_title_sub {
  width: 104px;
  text-align: center;
  line-height: 1;
  order: 1;
  margin-left: 10px;
}
.spc46_question_title_sub::after {
  content: "";
  width: 100%;
  height: 5px;
  background: #ffe100;
  display: block;
  margin-top: 2px;
  transform: skewX(-25deg);
}

.spc46_question_select_wrap {
  font-size: 1.8rem;
  counter-reset: my-counter;
  text-align: left;
  display: inline-block;
  margin: 12px 8px 0 27px;
  padding-left: 19px;
}

.spc46_question_select_wrap_flex {
  width: 500px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin: 16px auto 0;
}

.spc46_question_select {
  line-height: 2.2rem;
  position: relative;
  margin-top: 16px;
}

.spc46_question_select::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  width: 18px;
  height: 18px;
  background: #000;
  border-radius: 50%;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.75rem;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: 1px;
  margin: 0 0px 0 -22px;
}

.spc46_question_select_flex {
  width: calc(50%);
  text-align: right;
  margin-left: -28px;
}

.spc46_question_select_flex img { width: 80%; max-width: 150px; }

.spc46_question_answer {
  width: calc(100% - 24px);
  min-height: 80px;
  background: url("/images/pc/content/free/spc46/img_a_pc.webp") bottom left / 48px no-repeat;
  display: inline-block;
  position: relative;
  margin-left: 1%;
  padding-left: 64px;
}
.spc46_question_answer::before {
  content: "";
  background: url("/images/pc/content/free/spc46/question_arrow_pc.webp") top center / 120px no-repeat;
  width: 100%;
  height: 34px;
  display: block;
  position: relative;
  left: -12px;
  margin: 24px auto;
}
  
.spc46_question_bubble {
  min-height: 84px;
  border: #000 solid 1px;
  border-radius: 9999px;
  position: relative;
  padding: 12px 24px;
}

.spc46_question_bubble::before {
  content: "";
  width: 10px;
  height: 100%;
  background: url("/images/pc/content/free/spc46/question_bubble_pc.webp") top / 12px 100% no-repeat;
  display: block;
  position: absolute;
  left: -10px;
  bottom: 0;
  transform:rotate(-11deg);
}

.spc46_question_bubble_txt1 {
  font-size: 1.6rem;
}
.spc46_question_bubble_txt1 span {
  width: 24px;
  height: 24px;
  background: #ff6993;
  border-radius: 9999px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.5rem;
  display: inline-block;
  padding-left: 1px;
}

.spc46_question_bubble_txt2 {
  color: #ff6993;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8rem;
  margin-top: 10px;
}
.spc46_question_bubble_txt2 img {
  width: 150px;
}

.spc46_question_txt {
  font-size: 1.6rem;
  text-align: left;
  line-height: 2.2rem;
  margin: 18px 4px -8px;
}

.spc46_question_caution {
  font-family: "NotoSansJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  text-align: left;
  text-indent: -1em;
  line-height: 1.8rem;
  margin: 16px 4px -10px;
  padding-left: 1em;
}