@charset "UTF-8";
/*------------------------------------------------------
プロの声
------------------------------------------------------*/
@media (min-width: 1025px) {
  #header #nav ul li:nth-child(2) a {
    background: none;
    background-color: #fff;
    color: #db5310;
  }
}

@media (max-width: 750px) {
  .contents {
    margin: 0;
  }
}
.contents h6.heading {
  color: #7f3009;
  border-bottom: solid 1px #7f3009;
  padding: 0 0 10px 0;
  font-size: 30px;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .contents h6.heading {
    font-size: 20px;
    padding: 0 0 2%;
    margin-bottom: 4%;
  }
}
.contents h6.heading:before {
  font-family: FontAwesome;
  margin-right: 12px;
  content: "\f103";
}
.contents h6.heading strong {
  display: inline-block;
  transform: skewX(-11deg);
}
@media (max-width: 750px) {
  .contents h6.heading strong {
    display: inline;
    font-style: italic;
  }
}
.contents .box {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .contents .box {
    margin-bottom: 7%;
  }
}
.contents .box .head {
  border-left: solid 4px #db5310;
  margin-bottom: 1em;
}
@media (max-width: 750px) {
  .contents .box .head {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    border: none;
    justify-content: space-between;
  }
}
.contents .box .head .img {
  float: right;
}
@media (max-width: 750px) {
  .contents .box .head .img {
    width: 30%;
    padding-right: 2%;
    height: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}
.contents .box .head h5 {
  font-size: 22px;
  font-weight: bold;
  display: block;
  padding: 5px 15px;
  width: 895px;
}
@media (max-width: 750px) {
  .contents .box .head h5 {
    width: auto;
    font-size: 18px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border-left: solid 6px #db5310;
    padding: 0 2% 2%;
    line-height: 1.4;
  }
}
.contents .box .head .name {
  display: block;
  text-align: right;
  border-top: solid 1px #db5310;
  padding: 5px 0;
  width: 895px;
}
@media (max-width: 750px) {
  .contents .box .head .name {
    width: 63%;
    padding-left: 2%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    border-left: solid 6px #db5310;
  }
}
.contents .box .head .name span {
  font-size: 15px;
}
@media (max-width: 750px) {
  .contents .box .head .name span {
    font-size: 14px;
  }
}
.contents .box .head .name strong {
  font-family: "Sawarabi Mincho";
  font-weight: 500;
  font-size: 22px;
  display: inline-block;
  margin-left: 1em;
  font-weight: normal;
}
@media (max-width: 750px) {
  .contents .box .head .name strong {
    font-size: 17px;
    font-weight: bold;
  }
}
.contents .box .head .name p {
  text-align: left;
  padding: 10px 12px;
  border: solid 1px #ADADAD;
  font-size: 14px;
  line-height: 1.4;
  margin: 5px 0 0 15px;
}
.contents .box .head .name p:before {
  content: "経歴";
  background-color: #333;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  margin: 0 1em 0 0;
  font-style: italic;
  padding: 3px 15px;
}
@media (max-width: 750px) {
  .contents .box .head .name p {
    font-size: 12px;
    line-height: 1.4;
    padding: 0 0 0 3%;
    border: none;
    border-left: solid 1px #ADADAD;
    margin: 3% 0 0 0;
  }
  .contents .box .head .name p:before {
    display: none;
  }
}
.contents .box .comment {
  width: 900px;
}
@media (max-width: 750px) {
  .contents .box .comment {
    width: auto;
    padding: 0 3%;
  }
}
.contents .box .comment h6 {
  font-size: 20px;
  color: #db5310;
  margin-bottom: 0.8em;
}
@media (max-width: 750px) {
  .contents .box .comment h6 {
    font-size: 16px;
    margin-bottom: 0.4em;
  }
}
.contents .box .comment h6 strong {
  display: inline-block;
  transform: skewX(-11deg);
}
.contents .box .comment h6:before {
  font-style: normal;
  content: "■";
  margin-right: 5px;
  font-size: 14px;
  transform: skewX(0deg);
}
.contents .box .comment p {
  font-size: 17px;
  padding-left: 5px;
}
@media (max-width: 750px) {
  .contents .box .comment p {
    font-size: 14px;
    padding: 0;
  }
}
.contents .box .comment .more {
  text-align: right;
  margin-top: 12px;
}
.contents .box .comment .more a {
  display: inline-block;
  border: solid 1px #023f74;
  color: #023f74;
  text-decoration: none;
  padding: 5px 20px 5px 30px;
  font-weight: 500;
  font-size: 15px;
}
@media (max-width: 750px) {
  .contents .box .comment .more a {
    font-size: 14px;
    padding: 1% 4% 1% 7%;
  }
}
.contents .box .comment .more a span {
  transform: skewX(-11deg);
  display: inline-block;
}
.contents .box .comment .more a:before {
  font-family: FontAwesome;
  content: "\f101";
  margin-right: 5px;
}
.contents .box .comment .more a:hover {
  background-color: #f1f1f1;
}
.contents #topPRO {
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  .contents #topPRO {
    margin-bottom: 11%;
  }
}
.contents #topPRO .box {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .contents #topPRO .box {
    margin-bottom: 9%;
  }
}
.contents #topPRO .box .head {
  border: none;
}
@media (max-width: 750px) {
  .contents #topPRO .box .head {
    flex-direction: column;
  }
}
.contents #topPRO .box .head .img {
  position: absolute;
  float: none;
  top: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 750px) {
  .contents #topPRO .box .head .img {
    position: relative;
    width: auto;
    padding: 0 2%;
  }
}
.contents #topPRO .box .head h5, .contents #topPRO .box .head .name {
  border-left: solid 4px #db5310;
  z-index: 2;
  position: relative;
  width: 585px;
}
@media (max-width: 750px) {
  .contents #topPRO .box .head h5, .contents #topPRO .box .head .name {
    border-left: solid 6px #db5310;
    width: auto;
    margin-bottom: 0;
  }
}
.contents #topPRO .box .head h5 {
  margin-top: 20px;
  transform: skewX(0deg);
}
@media (max-width: 750px) {
  .contents #topPRO .box .head h5 {
    line-height: 1.3;
    margin-top: 0;
  }
}
.contents #topPRO .box .head .name {
  padding-top: 15px;
}
@media (max-width: 750px) {
  .contents #topPRO .box .head .name {
    padding-top: 1%;
    margin-bottom: 3%;
  }
  .contents #topPRO .box .head .name strong {
    font-size: 17px;
    font-weight: 600;
  }
}
.contents #topPRO .box .comment {
  width: 595px;
  position: relative;
  z-index: 2;
}
.contents #topPRO .box .comment p {
  padding-bottom: 50px;
}
@media (max-width: 750px) {
  .contents #topPRO .box .comment {
    width: auto;
  }
  .contents #topPRO .box .comment p {
    padding-bottom: 0;
  }
}
.contents #jpPRO {
  overflow: hidden;
  *zoom: 1;
}
.contents #jpPRO .box {
  width: 48%;
  float: left;
}
@media (max-width: 750px) {
  .contents #jpPRO .box {
    width: auto;
    float: none;
  }
}
.contents #jpPRO .box .head h5, .contents #jpPRO .box .head .name {
  width: 270px;
}
.contents #jpPRO .box .head h5 {
  font-size: 17px;
  padding: 0 0 5px 12px;
  line-height: 1.4;
}
@media (max-width: 750px) {
  .contents #jpPRO .box .head h5 {
    width: auto;
  }
}
.contents #jpPRO .box .head .name {
  line-height: 1.3;
}
.contents #jpPRO .box .head .name span {
  font-size: 13px;
}
@media (max-width: 750px) {
  .contents #jpPRO .box .head .name {
    width: 63%;
  }
}
.contents #jpPRO .box .comment {
  width: 280px;
}
@media (max-width: 750px) {
  .contents #jpPRO .box .comment {
    width: auto;
  }
}
.contents #jpPRO .box .comment h6 {
  font-size: 17px;
}
.contents #jpPRO .box .comment p {
  padding: 0;
  font-size: 15px;
  line-height: 1.4;
}
