.forPc{
  display: none;
}
.forSp{
  display: block;
}
.choice img{
  max-width: 100%;
  height: auto;
}
figure{
  margin: 2rem 1rem;
  text-align: center;
}
.choice .titleWrap{
  background: #f3e5f5 url("../../../../img/page/newcolumn/choice/bg_question.png");
  overflow: hidden;
}
.choice h1{
  border: none;
  text-align: center;
}
.choice h1 img{
  max-width: 100%;
  height: auto;
}

.choice h2{
  background: #f3e5f5;
  color: #7a643d;
  font-size: 1.5em;
  margin: 1rem .75rem;
  padding: 3rem 0;
  text-align: center;
  position: relative;
}
.choice h2:before,
.choice h2:after{
  border-style: solid;
  border-color: #7a643d;
  content: "";
  width: 2em;
  height: 2em;
  position: absolute;  
}
.choice h2:before{
  border-width: 0 1px 1px 0;
  right: 0;
  bottom: 0;  
}
.choice h2:after{
  border-width: 1px 0 0 1px;
  left: 0;
  top: 0;
}
.choice aside h2{
  padding: 1rem 0;
  font-size: 1.2em;
}
.choice h3{
  color: #7a643d;
  font-size: 1.3em;
  margin: 1rem .75rem;
  text-align: center;
}
.choice h3.think{
  font-size: 1em;
  margin-top: 2rem;
}
.choice h3.think>div{
  display: inline;
  position: relative;
  padding-right: 1.3em;
}
.choice h3.think >div:before{
  display: block;
  background: url("../../../../img/page/newcolumn/choice/icn_think.svg") left top / contain no-repeat;
  content: "";
  width: 1.1em;
  height: 1.1em;
  right: 0;
  top: calc( 50% - 1em );
  position: absolute;  
}
.choice h3.think b{
  font-size: 1.4em;
  margin-right: .1em;/*
  text-decoration: underline wavy #f3e5f5;*/
}
.regionWrap+.regionWrap{
  margin-top: 2rem;
}
/*.choice .regionWrap{
  border-width: 0 5px;
  border-style: solid;
  overflow: hidden;
}
.choice .regionWrap.arts{
  border-color: rgba(193,26,142,.3);
}
.choice .regionWrap.fusion{
  border-left-color: rgba(0,126,204,.3);
  border-right-color: rgba(193,26,142,.3);
}
.choice .regionWrap.science{
  border-color: rgba(0,126,204,.3);
}*/
.choice .regionWrap h3{
  border: 1px solid #7a643d;
  color: #7a643d;
  margin: 2rem .75rem 1rem;
  padding: .5rem 0;
}
.choice .regionWrap h4{
  color: #7a643d;
  font-size: 1.1em;
  margin: 1.5rem .75rem 1rem;
  text-align: center;
}
.choice .regionWrap h4 span{
  border-bottom: 1px solid #333;
  padding: 0 .5rem .1rem;
}

.pageIndex{
  margin: 1rem .75rem;
}
.pageIndex>div{
  text-align: center;
}
.pageIndex>div span{
  display: inline-block;
  background: #7a643d;
  border-radius: 1rem;
  color: #fff;
  line-height: 1;
  padding: .25rem .5rem; 
}
.pageIndex ul{
  list-style-type: none;
  padding-left: 0;
}
.pageIndex li{
  border-bottom: 1px dashed #ccc;
}
.pageIndex a{
  color: #7a643d;
  display: block;
  padding: .5rem .5rem .5rem 1rem;
  position: relative;
}
.pageIndex a:before{
  content: "";
  border-right: 1px solid #7a643d;
  border-top: 1px solid #7a643d;
  height: 5px;
  position: absolute;
  transform: rotate(45deg);
  width: 5px;
  left: 0;
  top: calc(50% - 2.5px);
}
.choice ul.toGoLink{
  list-style-type: none;
  margin: 1rem .75rem;
  padding-left: 0;
}
.choice ul.toGoLink li+li{
  margin-top: .5rem;
}
.choice ul.toGoLink li a{
  display: block;
  background: #fff;
  border: 1px solid #7a643d;
  border-left-width: 3px;
  color: #7a643d;
  padding: .5rem .5rem .5rem 1rem;
  position: relative;
}
.choice ul.toGoLink li a:before{
  content: "";
  border: 5px solid transparent;
  border-left-color: #7a643d;
  position: absolute;
  top: calc(50% - 5px);
  left: .25rem;
}

dl.job{
  background: rgba(122,100,62, .1);
  margin: 1rem .75rem;
  padding: .5rem;
}
dl.job dt{
  background: rgba(122,100,62, .8);
  border-radius: 2rem;
  color: #fff;
  display: inline-block;
  line-height: 1;
  font-size: .9em;
  padding: .2rem .5rem;
  margin-bottom: .2rem;
}
dl.job dd{
  margin-left: 0;
}

ul.faculty{
  border: 2px solid  rgba(122,100,62, .1);
  display: flex;
  flex-wrap: wrap;
  font-size: .9em;
  list-style-type: none;
  line-height: 1.5;
  padding: .25rem .5rem;
  margin: 1rem .75rem;
}
ul.faculty li{
  margin-right: 1rem;
}
ul.faculty li:before{
  content: "○ ";
  font-size: .9em;
}

.pointColumn{
  background: rgba(122,100,62, .1);
  margin: 2rem .75rem;
  padding: 1px;
}
.pointColumn .title{
  color: #7a643d;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.pointColumn .title.toggle:before{
  background: rgba(122,100,62, 1);
  border-radius: 1em;
  color: #fff;
  content: "もっと読む ▼";
  position: absolute;
  font-size: .8em;
  bottom: -2.3em;
  padding: 0 .5em;
  left: calc(50% - 4em);
}
.pointColumn .title.toggle.active+div{
  border-top: 3px dashed #fff;
}
.pointColumn .title.toggle.active:before{
  content: none;
}
.toggle+div{
  display: none;
  overflow: hidden;
}

.videoWrap{
  margin: 1rem .75rem;
}
.videoWrap div.videoCell div {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.videoWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

a.newadviseLink{
  display: inline-block;
  position: relative;
}
a.newadviseLink span{
  color: #7a643d;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  bottom: 16%;
  width: 70%;
  left: 10%;
  text-align: center;
}
div.summary{
  background: rgba(122,100,62, .1) url("../../../../img/page/newcolumn/choice/bg_exclamation.png");
  margin: 1rem .75rem;
  overflow: hidden;
}
div.summary ul.text{
  color: #7a643d;
  font-weight: 700;
  padding: 1.5rem;
  list-style-type: none;
}
div.summary ul.text li+li{
  margin-top: .75rem;
}
div.summary ul.toGoLink{
  position: relative;
  margin-top: 1.5rem;
}
div.summary ul.toGoLink:before{
  color: #fff;
  content: "おすすめ情報";
  background: #7a643d;
  border-radius: 1rem;
  font-size: .8em;
  padding: 0 .5rem;
  position: absolute;
  top: -2.5em;
  left: calc( 50% - 3.5em );
}