@charset "UTF-8";
@media only screen and (max-width: 768px) {
  /* --------------------------------------------------
  	voice-list
  -------------------------------------------------- */
  .product-box {
    background: #f6f9f4;
    padding: 1rem;
    overflow: hidden;
    margin-bottom: 2rem;
  }
  .product-box .product-box-inner .product-name {
    width: 65%;
    float: right;
    font-weight: 700;
    padding: 0 0 0 1rem;
    margin-bottom: 1rem;
    border-left: 0.4rem solid #66cc66;
  }
  .product-box .product-box-inner p {
    width: 65%;
    font-size: 1.2rem;
    float: right;
    clear: right;
    padding-bottom: 1rem;
  }
  .product-box .product-box-inner .btn {
    clear: both;
  }
  .product-box .product-box-inner .btn a {
    display: block;
    font-size: 1.2rem;
    background: #339933;
    color: #fff;
    border-radius: .3rem;
    line-height: 3.6rem;
    text-align: center;
  }
  .product-box figure {
    width: 30%;
    float: left;
    padding-bottom: 1rem;
  }
  .product-box figure img {
    width: 100%;
    border: .3rem solid #fff;
    height: auto;
  }

  .voice-cat-list {
    padding: 1.5rem 1rem;
  }
  .voice-cat-list .voice-cat-ttl {
    background: #f6f9f4;
    border-left: 0.3rem solid #66cc66;
    padding: .5rem 1rem;
    margin-bottom: 1rem;
  }
  .voice-cat-list ul li {
    border-bottom: .1rem solid #eee;
  }
  .voice-cat-list ul li a {
    font-size: 1.2rem;
    display: block;
    padding: .3rem;
  }
  .voice-cat-list ul li a i {
    color: #339933;
  }

  #section-voice {
    clear: both;
    padding: 2rem 0 0;
  }
  #section-voice .section-voice-ttl {
    font-size: 1.6rem;
    text-align: center;
    color: #339933;
  }

  .voice-list {
    margin-bottom: 1.5rem;
    overflow: hidden;
  }
  .voice-list .catch {
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0;
    padding-bottom: .5rem;
  }
  .voice-list .catch b:before {
    content: "＼";
    font-weight: 400;
    color: #6eb776;
  }
  .voice-list .catch b:after {
    content: "／";
    font-weight: 400;
    color: #6eb776;
  }
  .voice-list article {
    margin: 1rem;
    border: 0.1rem dashed #66cc66;
    padding: 1rem 1.5rem .5rem;
    border-radius: .5rem;
    overflow: hidden;
  }
  .voice-list article .voice-txt {
    font-size: 1.2rem;
    padding-left: 3rem;
    padding-bottom: .5rem;
    position: relative;
  }
  .voice-list article .voice-txt > i {
    font-size: 2rem;
    position: absolute;
    left: 0;
    top: 0;
    color: #339933;
  }
  .voice-list article .voice-txt p {
    display: inline;
    line-height: 2;
    padding: 0 0 .3rem;
    border-bottom: .1rem solid #eee;
  }
  .voice-list article .voice-cat {
    float: left;
    font-size: 1rem;
    padding-left: 3rem;
  }
  .voice-list article .voice-cat .voice-cat-ttl {
    font-size: 1rem;
  }
  .voice-list article .voice-cat a:after {
    content: "/";
  }
  .voice-list article .voice-cat a:nth-last-of-type(1):after {
    display: none;
  }
  .voice-list article .voice-name {
    float: right;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px) {
  /* --------------------------------------------------
  	voice-list
  -------------------------------------------------- */
  .product-box {
    background: #f6f9f4;
    border-radius: 5px;
    margin: 0 0 40px;
    padding: 25px;
    overflow: hidden;
  }
  .product-box .product-box-inner {
    width: 450px;
    float: right;
  }
  .product-box .product-box-inner .product-name {
    font-size: 2rem;
    font-weight: 700;
    padding: 0 0 0 15px;
    margin-bottom: 10px;
    border-left: 4px solid #66cc66;
  }
  .product-box .product-box-inner p {
    padding-bottom: 15px;
  }
  .product-box .product-box-inner .btn a {
    width: 240px;
    display: block;
    background: #339933;
    color: #fff;
    border-radius: 3px;
    line-height: 36px;
    text-align: center;
  }
  .product-box figure {
    width: 180px;
    height: 180px;
    padding: 5px;
    background: #fff;
    float: left;
  }
  .product-box figure img {
    width: 100%;
    height: auto;
  }

  .voice-cat-list {
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-bottom: 25px;
  }
  .voice-cat-list:nth-of-type(2n+1) {
    clear: both;
  }
  .voice-cat-list .voice-cat-ttl {
    font-size: 1.8rem;
    background: #f6f9f4;
    border-left: 3px solid #66cc66;
    padding: 10px 20px;
    margin-bottom: 10px;
  }
  .voice-cat-list ul li {
    border-bottom: 1px solid #eee;
  }
  .voice-cat-list ul li a {
    font-size: 1.6rem;
    display: block;
    padding: 5px;
  }
  .voice-cat-list ul li a i {
    color: #339933;
  }

  #section-voice {
    clear: both;
    padding: 30px 0 0;
  }
  #section-voice .section-voice-ttl {
    font-size: 2.4rem;
    text-align: center;
    color: #339933;
    margin-bottom: 25px;
  }

  .voice-list .catch {
    text-align: center;
    font-size: 2rem;
    letter-spacing: 5px;
    padding-bottom: 20px;
  }
  .voice-list .catch b {
    padding-left: 5px;
  }
  .voice-list .catch b:before {
    content: "＼";
    font-weight: 400;
    color: #6eb776;
  }
  .voice-list .catch b:after {
    content: "／";
    font-weight: 400;
    color: #6eb776;
  }
  .voice-list article {
    margin-bottom: 25px;
    border: 1px dashed #66cc66;
    padding: 20px 20px 10px;
    border-radius: 5px;
    overflow: hidden;
  }
  .voice-list article .voice-txt {
    font-size: 1.6rem;
    padding-left: 60px;
    padding-bottom: 5px;
    position: relative;
  }
  .voice-list article .voice-txt > i {
    font-size: 4rem;
    position: absolute;
    left: 0px;
    top: -5px;
    color: #339933;
  }
  .voice-list article .voice-txt p {
    display: inline;
    line-height: 2;
    padding: 0 5px 6px;
    border-bottom: 1px solid #eee;
  }
  .voice-list article .voice-cat {
    float: left;
    font-size: 1.2rem;
    padding-left: 60px;
  }
  .voice-list article .voice-cat .voice-cat-ttl {
    font-size: 1rem;
  }
  .voice-list article .voice-cat a:after {
    content: "/";
  }
  .voice-list article .voice-cat a:nth-last-of-type(1):after {
    display: none;
  }
  .voice-list article .voice-name {
    float: right;
    font-size: 1.2rem;
    padding-right: 10px;
  }
}
