.forPc{
  display: block;
}
.forSp{
  display: none;
}
.contentArea{
  background: #f3e5f5;
  margin: 0 auto;
  max-width: 1200px;
  width: 98%;
  overflow: hidden;
  padding-bottom: 1rem;
  }
.contentArea.column.choice .pcWrap{
  background: #fff;
  max-width: 900px;
  margin-top: 2em;
  padding: 3rem 5rem;
  box-sizing: border-box;
  border-radius: 2rem;
}

.choice .titleWrap{
  background: none;

}
.choice .titleWrap h1{
  background: #f3e5f5 url("../../../../img/page/newcolumn/choice/bg_question.png");
  padding: 4rem 0 3rem;
  margin: 0 0 2rem;
}
.choice .titleWrap p{
  font-size: 1.1em;
  max-width: 800px;
  margin: 1rem auto;
  text-align: center;
}
.choice h2{
  font-size: 2em;
  margin: 3rem 0;
}
.choice .pointColumn+ h2{
  margin-top: 3.5rem;
}
.choice .regionWrap h3{
  font-size: 1.6em;
}
.choice h3.think{
  font-size: 1.2em;
  text-align: left;
}
.choice .regionWrap h4{
  text-align: left;
}
.choice .regionWrap h4 span{
  padding: 0;
}

.choice ul.toGoLink{
  width: 50%;
}
.choice .pointColumn{
  padding: 1rem 2rem;
}

.pointColumn .videoWrapForPc{
  display: flex;
  text-align: left;
}
.pointColumn .btnBox > div,
.pointColumn .videoWrapForPc > div{
  width: 50%;
}
.pointColumn .title.toggle:before{
  bottom: -2.5rem;
}
div.summary ul.text{
  font-size: 1.2em;
  text-align: center;
  margin: 1rem auto 2rem;
}
div.summary ul.text li+li{
  margin-top: 1em;
}
div.summary ul.toGoLink{
  margin-left: auto;
  margin-right: auto;  
}