@charset "UTF-8";


.spc_tit {
  background: linear-gradient(0deg, #222 0px, #222 1px, transparent 1px, transparent 4px,#222 4px, #222 5px) left bottom / 100% 5px no-repeat;
  color: #222;
}

.spc_comment {
  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: 32px 10px 24px;
  padding: 8px 0 24px;
}

/* 
.spc_comment_tit {  }
.spc_comment_txt {  }
*/


/*
------------------------------------------------------------------------------------*/
.spc46_wrap {
  background: #f4f4f4;
  padding-top: 8px;
}

.spc46_read {
  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% 23px;
  font-size: 1.4rem;
  line-height: 2.3rem;
  margin: 14px 24px 0;
  padding: 2px 2px 0;
}

.spc46_read_blue {
  background: linear-gradient(180deg, transparent 60%, #a3def6 60%, #a3def6 90%, transparent 90%, transparent 100%);
  font-weight: bold;
  padding: 0 2px 0px;
}

.spc46_read_green {
  background: linear-gradient(180deg, transparent 60%, #d2f1ab 60%, #d2f1ab 90%, transparent 90%, transparent 100%);
  font-weight: bold;
  padding: 0 2px 0px;
}

.spc46_img_txt1 {
  width: 40%;
  display: block;
  margin: 10px auto 0;
}

.spc46_question {
  background: #fff;
  border: #1a1a1a solid 1px;
  border-radius: 6px;
  text-align: center;
  position: relative;
  margin: 16px 10px 0;
  padding: 0 5px 16px;
}
.spc46_question::after {
  content: "";
  background: url("/images/sp/content/free/spc46/clip_sp.webp") top left / 20px;
  width: 20px;
  height: 19px;
  position: absolute;
  top: -8px;
  left: 6px
}

.spc46_question_title_wrap {
  background: url("/images/sp/content/free/spc46/img_q_sp.webp") no-repeat bottom -10px right / 51px;
  border-bottom: #1a1a1a solid 1px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 12px 52px 10px 0;
}

.spc46_question_title {
  font-size: 1.4rem;
  line-height: 1.8rem;
  flex: 1;
  order: 2;
  margin-left: 6px;
}
.spc46_question_title span {
  background-image: linear-gradient(0deg, #FFEC61 1px, transparent 1px);
  background-size: 100% 18px;
  padding-top: 2px;
}

.spc46_question_title_sub {
  width: 66px;
  text-align: center;
  line-height: 1;
  order: 1;
  margin-left: 6px;
}
.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.3rem;
  counter-reset: my-counter;
  text-align: left;
  display: inline-block;    
  margin: 12px 8px 0 27px;
  padding-left: 19px;
}

.spc46_question_select_wrap_flex {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin-left: 10px;
}

.spc46_question_select {
  line-height: 1.6rem;
  position: relative;
  margin-top: 6px;
}

.spc46_question_select::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  width: 15px;
  height: 15px;
  background: #000;
  border-radius: 50%;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.6rem;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 0;
  margin: 0 4px 0 -20px;
  padding-left: 1px;
}

.spc46_question_select_flex {
  width: calc(48%);
  text-align: right;
}
.spc46_question_select_flex:first-of-type {
  margin-left: -24px;
  margin-right: 4%;
}
.spc46_question_select_flex img { width: 80%; }

.spc46_question_answer {
  width: calc(100% - 24px);
  min-height: 60px;
  background: url("/images/sp/content/free/spc46/img_a_sp.webp") bottom left / 32px no-repeat;
  display: inline-block;
  position: relative;
  margin-left: 1%;
  padding-left: 42px;
}
.spc46_question_answer::before {
  content: "";
  background: url("/images/sp/content/free/spc46/question_arrow_sp.webp") top center / 98px no-repeat;
  width: 100%;
  height: 27px;
  display: block;
  position: relative;
  left: -12px;
  margin: 10px auto;
}
  
.spc46_question_bubble {
  min-height: 54px;
  border: #000 solid 1px;
  border-radius: 9999px;
  position: relative;
  padding: 6px 24px;
}

.spc46_question_bubble::before {
  content: "";
  width: 10px;
  height: 100%;
  background: url("/images/sp/content/free/spc46/question_bubble_sp.webp") top / 10px 100% no-repeat;
  display: block;
  position: absolute;
  left: -8px;
  bottom: 0;
  transform:rotate(-5deg);
}

.spc46_question_bubble_txt1 {
  font-size: 1rem;
}
.spc46_question_bubble_txt1 span {
  width: 16px;
  height: 16px;
  background: #ff6993;
  border-radius: 9999px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.7rem;
  display: inline-block;
}

.spc46_question_bubble_txt2 {
  color: #ff6993;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8rem;
  margin-top: 4px;
}
.spc46_question_bubble_txt2 img {
  width: 40%;
  margin: 0 auto;
}

.spc46_question_txt {
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.8rem;
  margin: 12px 4px -8px;
}

.spc46_question_caution {
  font-size: 1.1rem;
  text-align: left;
  text-indent: -1em;
  line-height: 1.8rem;
  margin: 10px 4px -10px;
  padding-left: 1em;
}