@charset "UTF-8";

/* index */

#voice .wrapper-case .block a h2{
  color: #0e214e;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.6em;
  margin-bottom: 10px;
  transition: .3s;
}
#voice .wrapper-case .block a:hover h2{
  color: #be0000;
}
#voice .wrapper-case .block a h3{
  color: #000;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4em;
}
#voice .wrapper-case .block a h3 span{
  font-weight: normal;
  margin-left: 1em;
}
@media screen and (max-width:767px) { 
  #voice .wrapper-case .block a h2{
    margin-bottom: 15px;
  } 
}

/* detail */

#voice.detail h1,
#voice.detail-special h1{
  font-size: 4.0rem;
  letter-spacing: 3px;
  line-height: 1.6em;
  margin-bottom: 30px;
}
.profile{
  background: #eee;
  box-sizing: border-box;
  margin-bottom: 50px;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.profile figure{
  margin-right: 50px;
  width: 320px;
}
.profile figure img{
  width: 100%;
}
.profile .text-area{
  margin-top: 30px;
  text-align: left;
}
.profile .text-area span.type{
  background: #0e214e;
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1em;
  margin-bottom: 10px;
  padding: 7px 2.5em;
}
.profile .text-area h2{
  font-size: 2.6rem;
  margin-bottom: 0;
}
.profile .text-area h2 span{
  background: transparent;
  color: #000;
  display: block;
  font-size: 1.6rem;
  line-height: 1.4em;
  margin: 5px 0 0;
}
.profile .text-area h2 span::before{
  background: none;
}
.block-voice{
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  text-align: left;
  max-width: 860px;
}
.block-voice span{
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1em;
  margin-bottom: 5px;
  padding: 5px .5em;
  text-align: center;
  width: 8em;
}
.block-voice p{
  font-size: 1.6rem;
  line-height: 2em;
}
.detail .block-voice span:nth-of-type(odd){
  background: #0e214e;
  color: #fff;
}
.detail .block-voice span:nth-of-type(even){
  border: 1px solid #0e214e;
}
.detail .block-voice p:nth-of-type(odd){
  color:  #0e214e;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.detail .block-voice p:nth-of-type(even){
  margin-bottom: 3em;
}
.detail-special .block-voice span.sigma{
  background: #0e214e;
  color: #fff;
}
.detail-special .block-voice span.client{
  border: 1px solid #0e214e;
}
.detail-special .block-voice p.sigma{
  color:  #0e214e;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.detail-special .block-voice p.client{
  margin-bottom: 3em;
}
.detail-special .block-voice p.client-continuous{
  margin-bottom: 1em;
}
#voice .btn-center{
  margin-top: 80px;
}
@media screen and (max-width:767px) { 
  #voice.detail h1,
  #voice.detail-special h1{
    font-size: 2.8rem;
    margin-bottom: 30px;
    text-align: left;
  }
  .profile{
    background: #eee;
    box-sizing: border-box;
    margin-bottom: 50px;
    padding: 20px 5%;
    display: block;
  }
  .profile figure{
    margin-right: 0;
    width: 100%;
  }
  .profile figure img{
    width: 100%;
  }
  .profile .text-area{
    text-align: center;
  } 
  .block-voice{
    padding: 0;
    width: 100%;
  }
  #voice .btn-center{
    margin-top: 50px;
  }
}

















