@charset "UTF-8";
@import url("base.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*基本設定*/
.back_w {
  width: 100%;
  background-color: #fff;
  padding: 2.5em 0%;
  margin: 10em auto 0; }

#voice {
  width: 80%;
  margin: 0 auto;
  position: relative; }
  #voice .h1_right {
    position: absolute;
    right: 0;
    top: -4.1em;
    background-image: url("../img/base/track_w.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 80px auto;
    padding: 1em 75px 0 90px;
    font-family: "Anton", sans-serif;
    font-size: 150%;
    color: #fff; }
  #voice .h1_right02 {
    position: absolute;
    right: 0;
    top: -6.4em;
    width: 65px; }
  #voice h1 {
    position: absolute;
    top: -3.7em;
    left: 0;
    font-size: 200%;
    color: #fff;
    padding: 1em 0 0 70px;
    background-image: url("../img/base/house02_w.png");
    background-repeat: no-repeat;
    background-size: 60px auto;
    background-position: left bottom; }
  #voice #q_top p {
    width: 100%;
    font-size: 110%; }
    #voice #q_top p a {
      width: 60%;
      display: block;
      margin: 1em 0 0; }
  #voice ul {
    margin: 3em auto 0;
    width: 100%; }
    #voice ul li:nth-child(n+2) {
      margin: 3em 0 0; }
    #voice ul li .inner {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #voice ul li .inner .evaluation {
        width: 76%; }
        #voice ul li .inner .evaluation dl {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          #voice ul li .inner .evaluation dl dt {
            width: 60%;
            font-size: 130%; }
          #voice ul li .inner .evaluation dl dd {
            width: 40%;
            font-size: 200%;
            color: #EA5514; }
      #voice ul li .inner .staff {
        width: 20%; }
        #voice ul li .inner .staff dt {
          width: 100%; }
        #voice ul li .inner .staff dd {
          text-align: center;
          padding: 0.5em 2%;
          color: #fff;
          background-color: #004386; }
  #voice .blue {
    width: 90%;
    border: 4px solid #004386;
    padding: 5em 5%;
    background-color: rgba(0, 67, 134, 0.2); }
    #voice .blue .staff dd {
      background-color: #004386; }
    #voice .blue table tr th {
      color: #004386; }
  #voice .pink {
    width: 90%;
    border: 4px solid #D70051;
    padding: 5em 5%;
    background-color: rgba(215, 0, 81, 0.2); }
    #voice .pink .staff dd {
      background-color: #D70051; }
    #voice .pink table tr th {
      color: #D70051; }
  #voice table {
    width: 100%;
    margin: 1em 0 0; }
    #voice table tr th {
      width: 18%;
      padding: 1em 2% 1em 0;
      vertical-align: top;
      font-size: 120%; }
    #voice table tr td {
      width: 80%;
      padding: 1em 0;
      vertical-align: top; }

/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media screen and (min-width: 1300px) {
  /*メイン*/ }
/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px) {
  /*メイン*/ }
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/
/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  /*メイン*/
  #voice .h1_right {
    display: none; }
  #voice .h1_right02 {
    display: none; } }
/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*基本設定*/
  /*メイン*/
  .back_w {
    margin: 15em auto 0; }

  #voice .h1_right {
    display: none; }
  #voice .h1_right02 {
    display: none; }
  #voice ul li .inner .evaluation {
    width: 71%; }
    #voice ul li .inner .evaluation dl dt {
      width: 70%;
      font-size: 105%; }
    #voice ul li .inner .evaluation dl dd {
      width: 30%;
      font-size: 140%; }
  #voice ul li .inner .staff {
    width: 25%; }
  #voice .blue {
    padding: 2.5em 5%; }
  #voice .pink {
    padding: 2.5em 5%; }
  #voice table tr th {
    width: 23%; }
    #voice table tr th br {
      display: none; }
  #voice table tr td {
    width: 75%; } }
/* tablet3  */
@media only screen and (max-width: 767px) {
  /*基本設定*/
  /*メイン*/
  .back_w {
    margin: 15em auto 0; }

  #voice {
    width: 90%; }
    #voice .h1_right {
      display: none; }
    #voice .h1_right02 {
      display: none; }
    #voice h1 {
      position: absolute;
      top: -5.2em;
      left: 0;
      font-size: 200%;
      color: #fff;
      padding: 1em 0 0 70px;
      background-image: url("../img/base/house02_w.png");
      background-repeat: no-repeat;
      background-size: 60px auto;
      background-position: left bottom; }
    #voice #q_top p a {
      width: 80%;
      display: block;
      margin: 1em auto 0; }
    #voice ul li:nth-child(n+2) {
      margin: 1.5em 0 0; }
    #voice ul li .inner {
      width: 100%;
      flex-direction: column-reverse; }
      #voice ul li .inner .evaluation {
        width: 100%; }
        #voice ul li .inner .evaluation dl dt {
          width: 60%;
          font-size: 100%; }
        #voice ul li .inner .evaluation dl dd {
          width: 36%;
          font-size: 130%; }
      #voice ul li .inner .staff {
        width: 70%;
        margin: 0 auto 1em; }
    #voice .blue {
      width: 90%;
      border: 4px solid #004386;
      padding: 2.5em 5%;
      background-color: rgba(0, 67, 134, 0.2); }
      #voice .blue .staff dd {
        background-color: #004386; }
      #voice .blue table tr th {
        color: #004386; }
    #voice .pink {
      width: 90%;
      border: 4px solid #D70051;
      padding: 2.5em 5%;
      background-color: rgba(215, 0, 81, 0.2); }
      #voice .pink .staff dd {
        background-color: #D70051; }
    #voice table {
      width: 100%;
      margin: 1em 0 0; }
      #voice table tr th {
        display: block;
        width: 98%;
        font-size: 120%;
        padding: 0; }
        #voice table tr th br {
          display: none; }
      #voice table tr td {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 0 1em; } }
/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*基本設定*/
  /*メイン*/ }
