@charset "utf-8";
#voice-title {
    max-width: 231px;
}
#voice-title-ja {
    max-width: 210px;
}

#voice-section1-layout1 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width:100%;
  position:relative;
}

#voice-section1-layout1 > .element {
  width:48%;
  margin-right:3.9%;
  margin-bottom:40px;
  background: #fff;
}
#voice-section1-layout1 > .element:nth-child( 2n ){
  margin-right: 0;
}
#voice-section1-layout1 > .element > .row-1 {
  width:100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #000;
}
#voice-section1-layout1 > .element > .row-1 > .thumb {
  width:39.6%;
  line-height: 0;
  max-width: 190px;
}
#voice-section1-layout1 > .element > .row-1 > .profile {
    width: 60.4%;
    font-size: 1.2rem;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 4%;
    padding-right: 2%;
  position: relative;
}
#voice-section1-layout1 > .element > .row-1 > .profile .tag-area {
    font-size: 1.4rem;
    font-weight: bold;
    color: #000;
    background: #fff100;
    line-height: 1;
    position: absolute;
    top: 7px;
    right: 2%;
    z-index: 1;
    padding: 8px 12px;
}
#voice-section1-layout1 > .element > .row-1 > .profile .name {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0;
}
#voice-section1-layout1 > .element > .row-1 > .profile .name-kana {
    font-weight: bold;
  line-height:1.35;
    margin-bottom: 10px;
}
#voice-section1-layout1 > .element > .row-1 > .profile .reki {
    font-weight: bold;
  line-height:1.35;
    margin-bottom: 15px;
}
#voice-section1-layout1 > .element > .row-1 > .profile .company-name {
  color:#FFF235;
  font-size:1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}
#voice-section1-layout1 > .element > .row-1 > .profile .company-detail {
  font-weight:bold;
  line-height:1.35;
}
#voice-section1-layout1 > .element > .row-2 {
  font-size:1.6rem;
  padding: 30px 30px;
}
#voice-section1-layout1 > .element > .row-2 .profile-q {
    font-size: 1.4rem;
  line-height: 1.35;
  margin-bottom: 10px;
}
#voice-section1-layout1 > .element > .row-2 .profile-q span {
  color:#ffffff;
  background:#000;
  font-weight: bold;
  padding: 3px 10px;
}
#voice-section1-layout1 > .element > .row-2 .profile-a {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 20px;
}
#voice-section1-layout1 > .element > .row-2 > .profile-a:last-child {
  margin-bottom: 0;
}
#voice-section1 {
    padding-bottom: 80px;
}


@media only screen and (max-width: 767px) {
#voice-title {
    width: 70%;
}
#voice-title-ja {
    width: 53%;
}
#voice-section1-layout1 {
    width: 80%;
    margin: 0 auto;
}
#voice-section1-layout1 > .element {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 25px;
}
#voice-section1-layout1 > .element > .row-1 > .thumb {
    width: 100%;
    max-width:none;
    margin: 0;
    padding: 0;
    display: block;
}

#voice-section1-layout1 > .element > .row-1 > .thumb img {
  width:100%;
}

#voice-section1-layout1 > .element > .row-2 {
    padding: 20px 15px;
}
#voice-section1-layout1 > .element > .row-1 > .profile {
    width: 100%;
    display:block;
        padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
#voice-section1 {
    padding-bottom: 50px;
}

}