@charset "UTF-8";
@import url('newadvise.css');
@import url('../../module/responsive_banner.css');


.questionArea ,.advise .answerArea{
  border: 3px solid #fff;
  margin-top: 0;
  padding-top: 1rem;
  position: relative;
  background-color: #fff;
}

.advise .answerArea{
  border-radius: 10px;
}

.questionArea h1{
  background: #fff;
  border-radius: 2px;
  color: #333;
  font-size: 1.2em;
  line-height: 1.3;
  margin: .5rem;
  padding: .5rem;
}

.questionArea h2 span ,.answerArea h2 span{
  border-radius: 2rem;
  background: #ff6470;
  color: #fff;
  display: inline-block;
  letter-spacing: 3px;
  padding: .5rem .75rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  top: -1.6rem;
  left: calc( 50% - 2rem);
}
.questionArea h2 span{
  left: calc( 50% - 3.3rem);
}

.cmArea{
  background: #fff;
  margin: 30px auto 50px;
  }
.cmArea a{
  display: block;
  border-width: 1px 1px 1px 15px;
  border-style: solid;
  border-color: #ffcc00;
  padding: .25rem;
  position: relative;
}
.cmArea a:before{
  border: 6px solid transparent;
  border-left: 6px solid #fff;
  content: "";
  position: absolute;
  left: -10px;
  top: calc( 50% - 7px);
}
.cmArea a:link,
.cmArea a:visited{
  color: #f7931e;
}
.cmArea a:hover{
  opacity: .6;
}
.cmArea p{
  margin: .25rem .5rem;
  line-height: 1.2;
}
.cmArea p.prText{
  font-size: .9em;
}
.cmArea p.prText b{
  display: inline-block;
  background: #f7931e;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  margin-right: .25rem;
  padding: 0 .2rem;
}
.cmArea p.copy{
  font-size: 1.1em;
}
.cmArea p.copy strong{
  font-size: .8em;
  font-weight: bold;
}

.answerArea .categoryTage{
  border-top: 1px solid #fff;
  padding: .5rem;
}
.answerArea .categoryTage p{
  font-weight: bold;
  color: #f7931e;
  margin: 0;
}


.advise .searchSchool li+li{
  margin-top: .5rem;
}
.advise .searchSchool a{
  background: #fff;
  border: 2px solid #f7931e;
  border-radius: 3px;
  color: #f7931e;
  display: block;
  padding: .25rem .25rem .25rem 1rem;
  position: relative;
}
.advise .searchSchool a span{
  font-size: .8em;
}
.getPamphlet h2 {
  color: #333;
}

.getPamphlet ul{
  margin: 1rem;
}
.getPamphlet li+li{
  margin-top: .5rem;
}
.getPamphlet a{
  border-radius: 3px;
  color: #f7931e;
  display: block;
  background: #fff;
  line-height: 1.2;
  padding: .5rem 1rem .5rem 1.5rem;
  position: relative;
}
.getPamphlet a:before{
  content: "";
  border: 5px solid transparent;
  border-left: 5px solid #f7931e;
  position: absolute;
  left: .5rem;
  top: calc(50% - 5px);
}




/* ------ PC.css ----- */
@media screen and (min-width: 768px){
  /*.contentWrap{
    background: linear-gradient( to bottom ,  #fff , #feefaf 50px );
  }*/

  .questionArea h1{
    font-size: 1.5em;
    line-height: 1.5;
    padding: .75rem 1rem;
  }
  /* .questionArea h1 span{
    font-size: .6em;
  } */
  .questionArea p , .answerArea p{
    margin: 1rem 1.5rem;
    font-size: 1.1em;
  }

  .getPamphlet h2{
    text-align :center;
  }
  .toPc {
    margin: 0 !important;
  }
}