/****************************** PC *************************/


/*共通*/
/****** 共通 ******/
@media screen and (min-width: 800px){
  #voice .widthFix{
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 799px){
  #voice .widthFix{
    padding-left: 15px;
    padding-right: 15px;
  }
}

#voice .topImage {
  margin-bottom: 0;
}
#voice section h2 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #1B435D;
  margin: 0 0 50px 0;
}
#voice section h2 span{
  font-size: 20px;
}
.br-pc {
  display: none
}



.breadcrumb{
  padding-top: 1em;
  padding-bottom: 1em;
}
.breadcrumb > ol{
  font-size: .75em;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb > ol > li{}
.breadcrumb > ol > li:not(:last-child):after{
  content: ">";
  margin-left: .75em;
  margin-right: .75em;
}
.breadcrumb > ol > li > a{
  color: inherit;
}
.breadcrumb > ol > li > a:hover{
  text-decoration: underline;
}
.breadcrumb > ol > li > a.home{}








/******  Q&A  PC******/
#voice .secFaq {
  padding: 50px 0 100px 0;
}
#voice .secFaq ul {
  max-width: 930px;
  margin: 0 auto;
}
#voice .secFaq li {
  border-bottom: #CCCCCC 1px solid;
}
#voice .secFaq li:first-child {
  border-top: #CCCCCC 1px solid;
}
#voice .secFaq dt {
  padding: 30px 35px 25px 70px;
  position: relative;
  min-height: 60px;
  cursor: pointer;
}
#voice .secFaq dt:after {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0 auto auto;
}
#voice .secFaq dt.fapOpen:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#voice .secFaq dt.fapOpen+dd {
  display: block;
}
#voice .secFaq dt span {
  position: absolute;
  left: 0;
  top: 15px;
  color: #78BBE6;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: #78BBE6 1px solid;
  border-radius: 25px;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  margin: 0 20px 0 0;
}
#voice .secFaq dd {
  display: none;
  padding: 15px 35px 30px 70px;
  position: relative;
  min-height: 60px;
}
#voice .secFaq dd span {
  position: absolute;
  left: 0;
  top: 0;
  color: #F99F48;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: #F99F48 1px solid;
  border-radius: 25px;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  margin: 0 20px 0 0;
}








/****************************** SP *************************/

@media screen and (max-width: 799px) {
  
  
  
  /*共通*/
  #voice {
    font-size: 14px;
    line-height: 1.4;
  }
  #voice section h2 {
    font-size: 22px;
    margin: 0 15px 20px 15px;
    line-height: 1.4;
  }
  #voice section h2 span{
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
  }
  .br-pc {
    display: inherit;
  }
  .br-sp {
    display: none
  }



  /******  Q&A  SP******/
  #voice .secFaq {
    padding: 30px 0 30px 0;
  }

  #voice .secFaq ul {
    margin: 0 auto 30px;
  }
  
  
  
}



/****** voice menu ******/
#voice .secVoice {
  padding: 50px 0 100px 0;
}

#voice .secVoice .wrap {
  max-width: 1230px;
  margin: 0 auto 0 auto;
}

#voice .secVoice ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

#voice .secVoice li {
  width: 23.5%;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  
  position: relative;
  z-index: 0;
}
#voice .secVoice li:after{
  content: "";
  display: block;
  
  position: absolute;
  z-index: ;
  right: 5px;
  bottom: 5px;
  
  width: 0;
  height: 0;
  
  border: 10px solid transparent;
  border-right-color: #78bbe6;
  border-bottom-color: #78bbe6;
}
#voice .secVoice li:not(:last-child) {
  margin-right: 2%;
}
#voice .secVoice li a{
  display: flex;
  flex-direction: column;
  height: 100%;
}
#voice .secVoice li .name {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #1b435d;
  font-weight: 700;
  text-align: center;
}
#voice .secVoice li .name small{
  font-size: 15px;
}

#voice .secVoice img {
  width: 100%;
  height: 100px;
  display: block;
  margin: 0 auto;
}

#voice .secVoice img {
  width: 100%;
  height: auto;
}
#voice .secVoice .txt {
  padding: 0 20px 30px;
  color: #333;
}
#voice .secVoice .wrap .btnVoice {
  margin-bottom: 30px;
}

#voice .secVoice .img{
  overflow: hidden;
  margin-bottom: 30px;
}
#voice .secVoice .img img {
  transition: 1.0s;
  transform: scale(1.0);
}
#voice .secVoice .wrap a:hover img{
  transform: scale(1.1);
}

@media screen and (max-width: 799px) {
  #voice .secVoice {
    padding: 30px 0 60px 0;
  }
  #voice .secVoice .wrap {
    max-width: none;
    padding: 0 15px;
  }
  #voice .secVoice ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  #voice .secVoice li {
    width: 49%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-bottom: 15px;
  }
  #voice .secVoice li:nth-child(odd) {
    margin-right: 2% !important;
  }
  #voice .secVoice li:not(:last-child) {
    margin-right: inherit;
  }
  #voice .secVoice li .name {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
    font-size: 5vw;
    color: #1b435d;
    font-weight: 700;
  }
  #voice .secVoice li .name small{
    font-size: 4vw;
  }

  #voice .secVoice p {
    font-size: 14px;
  }
  #voice .secVoice img {
    width: 100%;
    height: 100px;
    display: block;
    margin: 0 auto 20px;
  }
  #voice .secVoice .txt {
    padding: 0 15px 25px;
    color: #333
  }

  #voice .secVoice .wrap .btnVoice {
      margin-bottom: 20px;
  }
  
}
