@charset "UTF-8";
@media screen and (min-width: 768px), print {
  /* PC用 共通して使える -------------------------------------*/
  /* voice -------------------------------------*/

 #voice{
  margin: 0 0 50px 0; }

  #voice .Box {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  #voice .Box .ttl {
    margin-bottom: 22px;
  }
  #voice .system-list {
    margin-bottom: -20px;
    line-height: 1.85;
  }
  #voice .system-list a:hover {
    text-decoration: none;
  }
  #voice .system-list a:hover .system-ttl {
    text-decoration: underline;
  }
  #voice .system-list li {
    width: 366px;
    margin-bottom: 20px;
    background: url(../images/voice/bg01.jpg) no-repeat center bottom 0px;
  }
  #voice .system-list .border {
    width: 340px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #000000;
    padding: 20px 33px;
  }
  #voice .system-list .rel-Box {
    position: relative;
  }
  #voice .system-list .system-pic {
    width: 272px;
    height: 196px;
    margin-bottom: 20px;
  }
  #voice .system-list .system-pic img {
    width: 272px;
    height: 196px;
  }
  #voice .system-list .system-pic:hover {
    -ms-filter: "alpha( opacity=80 )";
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
  #voice .system-list .date {
    font-size: 15px;
    line-height: 1.5;
    color: #ad3434;
    margin-bottom: 5px;
  }
  #voice .system-list .date:before {
    content: "■";
    margin-right: .3em;
  }
  #voice .system-list .system-customer {
    color: #333;
    font-size: 14px;
    margin-bottom: 2px;
  }
  #voice .system-list .system-customer .system-area {
    display: inline-block;
    margin-right: 1em;
    padding-left: 1.3em;
    text-indent: -1.3em;
    margin-bottom: 4px;
  }
  #voice .system-list .system-customer .system-name {
    display: inline-block;
    margin-bottom: 4px;
  }
  #voice .system-list .system-ttl {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #000;
    margin-bottom: 20px;
  }
  #voice .system-list .btn {
    line-height: 1;
    background: url(../images/common/h2-bg-stripe.png) repeat top;
    padding: 10px 0;
  }

  /* voice-dl(詳細) -------------------------------------*/
  #voice-dl .Box {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #000;
    padding: 43px 90px 0;
  }
  #voice-dl .Box .date {
    font-size: 18px;
    line-height: 1.5;
    color: #ad3434;
    margin-bottom: 16px;
  }
  #voice-dl .Box .date:before {
    content: "■";
    margin-right: .3em;
  }
  #voice-dl .Box .system-customer {
    font-family: Meiryo;
    color: #333;
    font-size: 18px;
  }
  #voice-dl .Box .system-customer .system-area {
    display: inline-block;
    margin-right: 1em;
    padding-left: 1.3em;
    text-indent: -1.3em;
  }
  #voice-dl .Box .system-customer .system-name {
    display: inline-block;
    margin-bottom: 4px;
  }
  #voice-dl .Box .ttl {
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid #898989;
  }
  #voice-dl .Box .system-date {
    color: #333;
    font-size: 18px;
  }
  #voice-dl .Box .system-date:before {
    content: "■";
    margin-right: .3em;
  }
  #voice-dl .Box .sis-pic {
    margin-bottom: 40px;
  }
    #voice-dl .Box .sis-pic img{
      max-width: 100%;
      max-height: 700px!important;
    }
  #voice-dl .wysiwyg {
    margin-bottom: 75px;
  }
  #voice-dl .gallery-Box .Box02 {
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
  }
  #voice-dl .gallery-Box .Box02 .wh-Box02 {
    padding: 30px 59px;
  }
  #voice-dl .gallery-Box li {
    width: 230px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  #voice-dl .gallery-Box li:nth-child(4n) {
    margin-right: 0;
  }
  #voice-dl .gallery-Box li .pic {
    width: 230px;
    height: 190px;
    margin-bottom: 8px;
  }
  #voice-dl .gallery-Box li .pic:hover {
    -ms-filter: "alpha( opacity=80 )";
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
  #voice-dl .gallery-Box li .pic img {
    width: 230px;
    height: 190px;
  }
  #voice-dl .gallery-Box li .txt {
    color: #333;
    font-size: 14px;
    line-height: 1.85;
  }
}

@media screen and (max-width: 767px) {
  /* SP用 共通して使える -------------------------------------*/

 #voice{
  margin: 0 0 4vh 0; }

  #voice .Box {
    padding: 0 3%;
  }
  #voice .Box .ttl {
    margin-bottom: 22px;
    padding: 0 10%;
  }
  #voice .system-list {
    margin-bottom: -20px;
    line-height: 1.85;
  }
  #voice .system-list a:hover {
    text-decoration: none;
  }
  #voice .system-list a:hover .system-ttl {
    text-decoration: underline;
  }
  #voice .system-list li {
    width: 50%;
    margin-bottom: 4%;
    background: url(../images/voice/bg01.jpg) no-repeat center bottom 0px;
  }
  #voice .system-list li:nth-child(2n) {
    margin-right: 0px;
  }
  #voice .system-list .border {
    width: 94%;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #000000;
    padding: 6% 3%;
  }
  #voice .system-list .rel-Box {
    position: relative;
  }
  #voice .system-list .system-pic {
    height: 122px;
    margin-bottom: 3%;
  }
  #voice .system-list .system-pic img {
    height: 122px;
  }
  #voice .system-list .system-pic:hover {
    -ms-filter: "alpha( opacity=80 )";
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
  #voice .system-list .date {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #ad3434;
  }
  #voice .system-list .date:before {
    content: "■";
    margin-right: .3em;
  }
  #voice .system-list .system-customer {
    color: #333;
    font-size: 1.4rem;
    margin-bottom: 2%;
  }
  #voice .system-list .system-customer .system-area {
    display: inline-block;
    margin-right: 0.5em;
  }
  #voice .system-list .system-customer .system-name {
    display: inline-block;
  }
  #voice .system-list .system-ttl {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #000;
    margin-bottom: 8%;
  }
  #voice .system-list .btn {
    line-height: 1;
    background: url(../images/common/h2-bg-stripe.png) repeat top;
    padding: 5% 0;
    margin: 0 10%;
  }

  /* voice-dl(詳細) -------------------------------------*/
  #voice-dl .Box {
    padding: 0 3%;
    border: 1px solid #000;
    padding: 6% 3%;
  }
  #voice-dl .Box .date {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #ad3434;
    margin-bottom: 3%;
  }
  #voice-dl .Box .date:before {
    content: "■";
    margin-right: .3em;
  }
  #voice-dl .Box .system-customer {
    font-family: Meiryo;
    color: #333;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  #voice-dl .Box .system-customer .system-area {
    display: inline-block;
    margin-right: 1em;
    padding-left: 1.3em;
    text-indent: -1.3em;
  }
  #voice-dl .Box .system-customer .system-name {
    display: inline-block;
    margin-bottom: 4px;
  }
  #voice-dl .Box .ttl {
    color: #000000;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 3%;
    margin-bottom: 5%;
    border-bottom: 1px solid #898989;
  }
  #voice-dl .Box .sis-pic {
    margin-bottom: 5%;
  }
  #voice-dl .gallery-Box .Box02 {
    padding: 0;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
  }
  #voice-dl .gallery-Box .Box02 .wh-Box02 {
    padding: 6% 3%;
  }
  #voice-dl .gallery-Box li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  #voice-dl .gallery-Box li:nth-child(2n) {
    margin-right: 0;
  }
  #voice-dl .gallery-Box li .pic {
    height: 125px;
    margin-bottom: 3%;
  }
  #voice-dl .gallery-Box li .pic:hover {
    -ms-filter: "alpha( opacity=80 )";
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
  #voice-dl .gallery-Box li .pic img {
    height: 125px;
  }
}
@media screen and (max-width: 380px) {
  #voice-dl .gallery-Box li .pic {
    height: 118px;
  }

  #voice-dl .gallery-Box li .pic img {
    height: 118px;
  }
}
@media screen and (max-width: 321px) {
  #voice-dl .gallery-Box li .pic {
    height: 101px;
  }

  #voice-dl .gallery-Box li .pic img {
    height: 101px;
  }
}
