@charset "UTF-8";
.content {
  position: relative;
  padding-top: 80px;
  margin-top: 120px;
}

.staffcomment_head {
  text-align: center;
}

.staffcomment_wrap {
  position: relative;
  width: 980px;
  min-height: 400px;
  margin: 0 auto;
}

.staffcomment_wrap .staffcomment_cap {
  margin: 55px 0;
}

.staffcomment_wrap .staffcomment_name {
  margin: 55px 0 55px;
  padding-bottom: 75px;
  background: url(../img/in/item_sakura.png) no-repeat center bottom;
  text-align: center;
}

.staffcomment_wrap .comment_box {
  line-height: 1.7;
}

.staffcomment_wrap .comment_box dt {
  margin-bottom: 25px;
}

.staffcomment_wrap .comment_box dd {
  margin-bottom: 60px;
  padding-left: 25px;
  border-left: 1px solid #ccc;
  font-size: 14px;
}

.staffcomment_wrap .staffcomment_img {
  letter-spacing: -.4em;
  font-size: 0;
  text-align: center;
}

.staffcomment_wrap .staffcomment_img figure figcaption {
  margin: 10px auto 14px;
  text-align: left;
  font-size: 13px;
  letter-spacing: normal;
}

.staffcomment_wrap .staffcomment_img li {
  width: 480px;
  display: inline-block;
  margin-bottom: 20px;
  letter-spacing: normal;
  font-size: 15px;
}

.staffcomment_wrap .staffcomment_img li:nth-child(odd) {
  margin-right: 20px;
}

.staffcomment_wrap .staffcomment_img li:last-child {
  margin-right: 0;
}

.staffcomment_wrap .att {
  margin-top: 10px;
  font-size: 85%;
}

.staffcomment_profile {
  margin-top: 80px;
  text-align: center;
  letter-spacing: -.4em;
  font-size: 0;
}

.staffcomment_profile .staffcomment_profile_img {
  padding-top: 5px;
  width: 250px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

.staffcomment_profile .staffcomment_profile_txt {
  vertical-align: top;
  line-height: 1.6;
  letter-spacing: normal;
  font-size: 14px;
  text-align: left;
}

.staffcomment_profile .staffcomment_profile_txt .staffcomment_profile_name {
  margin-bottom: 10px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  color: #fa70b5;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: .1em;
}



.bnr {
  width: 820px;
  margin: 100px auto 30px;
  letter-spacing: -.4em;
  text-align: center;
}
.bnr a {
  display: inline-block;
  width: 200px;
  margin: 0 4px 8px;
  -webkit-transition: opacity .8s ease;
    transition: opacity .8s ease;
}
.bnr img {
  width: 200px;
}
.bnr a:hover{
  filter:alpha(opacity=50);
  opacity:0.5;
}

.btn_return {
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.btn_return a {
  padding-bottom: 1px;
  -webkit-transition: opacity .8s ease;
  transition: opacity .8s ease;
}
.btn_return a:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}
.btn_return a {
  position: relative;
  display: inline-block;
  width: 190px;
  height: 50px;
  margin-top: 10px;
  padding: 18px 0 0 0;
  background: #fff;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  color: #fa70b5;
  font-weight: bold;
  text-align: center;
  border: 1px solid #fccfe6;
  border-radius: 3px;
  font-size: 14px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.btn_return a:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  width: 180px;
  height: 40px;
  border: 1px solid #fde7f2;
  border-radius: 3px;
  -webkit-transition: border-color .5s ease;
  transition: border-color .5s ease;
}