@charset "utf-8";

/***************************************************
  common.css
***************************************************/


/* 商品詳細
------------------------------------------------------------ */
.area-voice .sec-voice {
  float: right;
  width: 71%;
}
@media only screen and (max-width: 640px) {
  .area-voice .sec-voice {
    float: none;
    width: 100%;
  }
}

.area-voice .sec-voice {
  float: right;
  width: 74%;
  padding-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .area-voice .sec-voice {
    float: none;
    width: 100%;
  }
}

/* detail */
.area-voice .sec-voice .box-detail {
  margin-bottom: 45px;
}
.area-voice .sec-voice .box-detail .title-01 {
  float: right;
  width: 58%;
  margin-bottom: 75px;
}
.sec-voice .name {
  margin-bottom: 10px;
  margin-top: 30px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1em;
  position: relative;
  width: 100%;
}
.area-voice .content-nav-area {
  max-width: 1200px;
  margin: 0 auto;
  width: 96%;
}
@media only screen and (max-width: 640px) {
  .area-voice .content-nav-area{
    max-width: inherit;
    width: 100%;
  }
}
.top-line {
    border-top: 3px solid #e00000;
}
.sec-voice .name span{
  font-size: 15px;
  font-size: 19px;
  font-weight: bold;
  margin-left: 20px;
}
@media only screen and (max-width: 640px) {
  .area-voice .sec-voice .box-detail {
    padding: 0 20px;
    margin: 0 -20px 25px;
    border-bottom: 1px solid #dadada;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .area-voice .sec-voice .box-detail .title-01 {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .area-voice .sec-voice .box-detail .title-01 .name {
    margin-bottom: 5px;
    padding-top: 30px;
    font-size: 20px;
    border: none;
  }
  .area-voice .sec-voice .box-detail .title-01 .name span{
    font-size: 17px;
  }
  .sec-voice .name {
    font-size: 20px;
  }
  .sec-voice .name span {
    font-size: 17px;
  }
}
/* 2カラム */
ul.column.col2 {
  margin-bottom: 95px;
}
ul.column.col2 > li{
  width: 48%;
  float: left;
  margin: 30px 0 0;
  margin-right: 4%;
  box-shadow:0 0 3px 1px rgba(0,0,0,.2);
  height: auto;
  padding: 13px;
}
ul.column.col2 > li:hover {
  background: rgba(146, 135, 105, 0.2);
  transition: all 0.2s ease;
}
ul.column.col2 > li:hover img{
  opacity: 0.8;
}
ul.column.col2 > li:nth-child(2n){
  margin-right: 0;
}
/* カラム sp1 */
@media only screen and (max-width: 640px) {
  ul.column.sp1 > li{
    width: 100%;
    margin: 10px 0;
    height: auto;
  }
}
.box-voice {}

.voice-left {
  float: left;
  width: 40%;
}
.voice-right {
  float: right;
  width: 55%;
}
.sec-voice li span {
  display: block;
  font-weight: bold;
  width: 70%;
  color: #000;
  font-size: 15px;
  line-height: 15px;
  background-color: #c8c3b4;
  text-align: center;;
  position: relative;
  margin: 0px auto 20px auto;
  padding: 10px 7px;
}
.sec-voice li a:hover {
  text-decoration: none;
}
.sec-voice li span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 22px solid #c8c3b4;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  bottom: -14px;
}
.sec-voice li .voice-arrow {
  display: block;
  margin: 8px 0 0 0;
  text-align: right;
  background: url(/shared/img/svg/ar01.svg) center right 5px no-repeat;
  background-size: 8px auto;
  color: #e10000;
  font-size: 13px;
  font-weight: bold;
  padding-right: 30px;
}
@media only screen and (max-width: 640px) {
  .voice-left {
    float: none;
    width: 100%;
    text-align: center;
  }
  .voice-right {
    float: none;
    width: 100%;
    margin-top: 5px;
  }
  .sec-voice li span {
    width: 100%;
  }
  ul.column.col2 {
    margin-bottom: 47px;
    margin-top: 20px;
  }
}