@charset "UTF-8";
/* ===================================================================
  use customer voices
=================================================================== */
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 769px), print {
  /* ===================================================================
  use pc
=================================================================== */
  
  .customervoices_conte {
    max-width: 1200px;
    margin: 0 auto;
  }
  .customervoices_conte h2 {
    font-size: 3rem;
    padding: 40px 0;
    text-align: center;
  }
  .customervoices_conte h2 span {
    padding: 40px 0;
    text-align: center;
    position: relative;
  }
  .customervoices_conte h2 span::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: -30px;
    top: 22px;
    background: url("../common/images/stripe.png") no-repeat;
    width: 65px;
    height: 100%;
    z-index: -1;
  }
  .customervoices_conte h3 {
    width: 1190px;
    margin: 0 auto;
  }
  .customervoices_conte .contents {
    padding-top: 0;
  }
  .customervoices_conte ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1190px;
    margin: 0 auto 40px;
  }
  .customervoices_conte ul li {
    box-sizing: border-box;
    width: 230px;
    height: 230px;
    margin-bottom: 10px;
  }
  .customervoices_conte ul li img {
    width: 100%;
    height: 100%;
  }
  .customervoices_conte ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    background-size: cover;
    border: 4px solid #000;
    outline: none;
    transition: all .1s;
  }
  .customervoices_conte ul li a::before,
  .customervoices_conte ul li a::after {
    position: absolute;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 4px solid transparent;
  }
  .customervoices_conte ul li a::before {
    top: -4px;
    left: -4px;
  }
  .customervoices_conte ul li a::after {
    bottom: -4px;
    right: -4px;
  }
  .customervoices_conte ul li a:hover {
    color: #3be5ae;
  }
  .customervoices_conte ul li a:hover::before,
  .customervoices_conte ul li a:hover::after {
    width: 100%;
    height: 100%;
  }
  .customervoices_conte ul li a:hover::before {
    border-bottom-color: #e4007f;
    border-left-color: #e4007f;
    transition: height .2s, width .2s .2s;
  }
  .customervoices_conte ul li a:hover::after {
    border-top-color: #1d2088;
    border-right-color: #1d2088;
    transition: height .2s, width .2s .2s;
  }
  .customervoices_conte ul li span {
    display: block;
    padding: 0 0 20px;
    text-align: center;
  }
  
  /* detail */
  .customervoices_conte .detail_ttl {
    font-size: 1.8rem;
    padding: 20px 0;
    background-image: url("../common/images/grd_line.png"),url("../common/images/grd_line.png"),url("../common/images/title_bg.png");
    background-repeat: no-repeat,no-repeat,repeat-y;
    background-position: center top,center bottom,center center;
    text-align: center;
  }
  .customervoices_conte .detail_date {
    padding: 10px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 20px;
  }
  .customervoices_conte .detail_body {
    padding-bottom: 50px;
  }
  
  .customervoices_conte .back {
    text-align: center;
    margin-bottom: 50px;
  }
  .customervoices_conte .back a {
    display: inline-block;
    padding: 0 100px 0 102px;
    border: 1px solid #eee;
    font-size: 24px;
    line-height: 50px;
    font-weight: bold;
     -moz-transform:skew(-25deg);
    -ms-transform:skew(-25deg);
    -webkit-transform:skew(-25deg);
    transform:skew(-25deg);
  }
  .customervoices_conte .back a:hover {
    padding: 0 100px;
    text-decoration: none;
    border-left: 3px solid #e4007f;
  }
  .customervoices_conte .back span {
    display: block;
    -moz-transform:skew(25deg);
    -ms-transform:skew(25deg);
    -webkit-transform:skew(25deg);
    transform:skew(25deg);
  }
}

@media screen and (max-width: 768px) {
  /* ===================================================================
  use sp
=================================================================== */
  .contents .contents {
    padding-top: 0;
  }
  .customervoices_conte {
    padding: 3vw 0 0;
  }
  .customervoices_conte h2 {
    font-size: 3rem;
    text-align: center;
    padding: 3vw 0;
  }
  .customervoices_conte h2 span {
    text-align: center;
    position: relative;
    padding: 1vw 0;
  }
  .customervoices_conte h2 span::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: -30px;
    width: 65px;
    height: 100%;
    background: url("../common/images/stripe.png") no-repeat;
    background-size: auto 100%;
    z-index: -1;
  }
  .customervoices_conte h3 {
    width: 96%;
    margin: 0 auto;
  }
/*
  .customervoices_conte h2 {
    font-size: 3rem;
    line-height: 4rem;
    background: url("../common/images/stripe.png") no-repeat 26% center;
    background-size: auto 4rem;
    padding-left: 1rem;
    margin: 0 auto 6vw;
    text-align: center;
  }
*/
  .customervoices_conte ul {
    width: 96%;
    margin: 0 auto 4vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .customervoices_conte ul li {
    box-sizing: border-box;
    width: 49%;
    height: 42vw;
    margin-bottom: 3vw;
  }
  .customervoices_conte ul li img {
    width: 100%;
    height: 100%;
  }
  .customervoices_conte ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    background-size: cover;
    border: 4px solid #000;
    outline: none;
    transition: all .1s;
  }
  .customervoices_conte ul li a::before,
  .customervoices_conte ul li a::after {
    position: absolute;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 4px solid transparent;
  }
  .customervoices_conte ul li a::before {
    top: -4px;
    left: -4px;
  }
  .customervoices_conte ul li a::after {
    bottom: -4px;
    right: -4px;
  }
  .customervoices_conte ul li span {
    display: block;
    padding: 0 0 3vw;
    text-align: center;
    font-size: 3vw;
  }
  
  /* detail */
  .customervoices_conte .detail_ttl {
    font-size: 1.8rem;
    padding: 3vw;
    background-image: url("../common/images/grd_line.png"),url("../common/images/grd_line.png"),url("../common/images/title_bg.png");
    background-repeat: no-repeat,no-repeat,repeat-y;
    background-position: center top,center bottom,center center;
    background-size: auto auto,auto auto,100% auto;
    text-align: center;
  }
  .customervoices_conte .detail_date {
    padding: 3vw;
    font-weight: bold;
    text-align: right;
    margin-bottom: 6vw;
  }
  .customervoices_conte .detail_body {
    padding: 0 3vw 10vw;
  }
  .customervoices_conte .detail_body img {
    max-width: 95%;
  }
  
  .customervoices_conte .back {
    text-align: center;
    margin-bottom: 10vw;
  }
  .customervoices_conte .back a {
    display: inline-block;
    padding: 0 100px 0 102px;
    border: 1px solid #eee;
    font-size: 24px;
    line-height: 50px;
    font-weight: bold;
     -moz-transform:skew(-25deg);
    -ms-transform:skew(-25deg);
    -webkit-transform:skew(-25deg);
    transform:skew(-25deg);
  }
  .customervoices_conte .back a:hover {
    padding: 0 100px;
    text-decoration: none;
    border-left: 3px solid #e4007f;
  }
  .customervoices_conte .back span {
    display: block;
    -moz-transform:skew(25deg);
    -ms-transform:skew(25deg);
    -webkit-transform:skew(25deg);
    transform:skew(25deg);
  }
}

/* ===================================================================
  for cms
=================================================================== */
.customervoices_conte .detail_body p {
  padding: inherit;
}
.customervoices_conte .detail_body ul, 
.customervoices_conte .detail_body ol, 
.customervoices_conte .detail_body li {
  margin: inherit;
  padding: inherit;
  list-style-type: inherit;
}
.customervoices_conte .detail_body ul, 
.customervoices_conte .detail_body ol {
  margin-left: 1em;
}
