@charset "UTF-8";

/* =============================================
  一覧
============================================= */
#voice.list #main #main_content > .wrapper .common_donyu {
  margin-bottom: 32px;
}


@media print,
screen and (min-width: 768px) {

  /*PCのみ*/
  #voice.list #main #main_content > .wrapper > .inner > .post_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #voice.list #main #main_content > .wrapper > .inner .post {
    width: 48%;
    margin-top: 40px;
    margin-right: 4%;
  }
	
	#voice.list #main #main_content > .wrapper > .inner .post:nth-child(2n){
		margin-right: 0;
	}

  #voice.list #main #main_content > .wrapper > .inner .post:first-child,
  #voice.list #main #main_content > .wrapper > .inner .post:nth-child(2) {
    margin-top: 0;
  }

  #voice.list #main #main_content > .wrapper > .inner .post .img {
    width: 100%;
  }

  #voice.list #main #main_content > .wrapper > .inner .post .img > p {
	  position: relative;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 67%;
	margin-bottom: 8px;
	}

  #voice.list #main #main_content > .wrapper > .inner .post .img > p img {
  height: auto;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  }

}

@media only screen and (max-width: 767px) {

  /*スマホのみ*/
  #voice.list #main #main_content > .wrapper > .inner .post {
    margin-top: 30px;
  }

  #voice.list #main #main_content > .wrapper > .inner .post:first-child {
    margin-top: 0;
  }

  #voice.list #main #main_content > .wrapper > .inner .post .img > p {
    text-align: center;
    background-color: #eee;
  }

  #voice.list #main #main_content > .wrapper > .inner .post .img > p img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 360px;
  }
}

#voice.list #main #main_content > .wrapper > .inner .post a {
  text-decoration: none;
}

#voice.list #main #main_content > .wrapper > .inner .post a:hover {
  text-decoration: underline;
}

#voice.list #main #main_content > .wrapper > .inner .post p.title {
  font-size: 19px;
  margin-top: 6px;
}

#voice.list #main #main_content > .wrapper > .inner .post p.title span {
  display: block;
  font-size: 14px;
  color: #757575;
  margin-top: 2px;
}


/* =============================================
  詳細
============================================= */

#voice.detail #main #main_img {
  text-align: center;
  background-color: #eee;
}

#voice.detail #main #main_img img,
#voice.detail #main .voice_content .img img {
  max-width: 100%;
  width: auto;
  height: auto;
}

#voice.detail #main h2 {
  font-weight: bold;
}

#voice.detail #main h2 + #voice_name {
  font-size: 17px;
  margin-top: 4px;
}

#voice.detail #main .post_category {
  margin-top: 12px;
}

#voice.detail #main .post_category ul {
  margin-top: -10px;
  margin-left: -12px;
}

#voice.detail #main .post_category li {
  margin-left: 12px;
  margin-top: 10px;
  display: inline-block;
}

#voice.detail #main .post_category li a {
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: 13px;
  padding: 9px 15px;
  display: block;
  text-decoration: none;
  border: 1px solid #999;
}

#voice.detail #main .post_category li a:hover {
  border: 1px solid #000;
}

#voice.detail #main .voice_content:first-child {
  margin-top: 0;
}

#voice.detail #main .voice_content h3 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 27px;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
}

#voice.detail #main .voice_content h3:before {
  position: absolute;
  font-family: icon_set_v1 !important;
  speak: none !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  content: '\e92e';
  font-size: 18px;
  color: #333333;
  top: 5px;
  left: 1px;
  transform: scale(-1, 1);
}


#voice.detail #main .voice_content .img div + div {
  margin-top: 24px;
}

#voice.detail #main .handwriting {
  position: relative;
}

#voice.detail #main .handwriting {
  margin-top: 30px;
}

#voice.detail #main .handwriting:before {
  content: "クリックで拡大します。";
  display: block;
  font-weight: bold;
  margin-bottom: 4px;
  padding-left: 24px;
  font-size: 13px;
}

.ua_sp #voice.detail #main .handwriting:before,
.ua_tab #voice.detail #main .handwriting:before {
  content: "タップで拡大します。";
}

#voice.detail #main .handwriting:after {
  position: absolute;
  font-family: icon_set_v1 !important;
  speak: none !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  content: '\ea23';
  font-size: 24px;
  color: #333333;
  top: -1px;
  left: 1px;
}

#voice.detail #main .handwriting img {
  border: 1px dotted #8C8C8C;
  padding: 4px;
  height: auto;
}

#voice.detail #main .staff {
  margin-top: 40px;
  background-color: #EEEEEE;
  padding: 20px;
}

#voice.detail #main .staff .staff_comment_headline {
  margin-bottom: 10px;
}

#voice.detail #main .staff .staff_comment_headline span {
  line-height: 50px;
  margin-right: 8px;
}

#voice.detail #main .staff .staff_comment_headline span img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

#voice.detail #main #post_navi {
  margin-top: 50px;
  overflow: hidden;
}

#voice.detail #main #post_navi div {
  display: inline-block;
}

#voice.detail #main #post_navi #prev_post + #next_post {
  margin-left: 24px;
}

#voice.detail #main #post_navi #index_post {
  float: right;
}

#voice.detail #main #post_navi a {
  position: relative;
  text-decoration: none;
  line-height: 1;
}

#voice.detail #main #post_navi a:hover {
  text-decoration: underline;
}

#voice.detail #main #post_navi #prev_post a {
  padding-left: 22px;
}

#voice.detail #main #post_navi #next_post a,
#voice.detail #main #post_navi #index_post a {
  padding-right: 22px;
}

#voice.detail #main #post_navi a:before {
  position: absolute;
  top: 50%;
  content: '';
  margin-top: -4px;
  display: block;
  border-left: 1px solid #1d1d1d;
  border-bottom: 1px solid #1d1d1d;
  width: 8px;
  height: 8px;
}

#voice.detail #main #post_navi #prev_post a:before {
  transform: rotate(45deg);
  left: 4px;
}

#voice.detail #main #post_navi #next_post a:before,
#voice.detail #main #post_navi #index_post a:before {
  transform: rotate(225deg);
  right: 4px;
}

@media print,
screen and (min-width: 768px) {

  /*PCのみ*/
  #voice.detail #main #main_content > .wrapper > .inner {
    margin-top: 36px;
  }

  #voice.detail #main h2 {
    font-size: 27px;
  }

  #voice.detail #main .voice_content {
    margin-top: 45px;
  }

  #voice.detail #main .voice_content .img {
    margin-top: 30px;
  }

  #voice.detail #main #main_img {
    margin-bottom: 30px;
  }

  #voice.detail #main .handwriting img {
    width: 60%;
  }

  #voice.detail #main #main_img img,
  #voice.detail #main .voice_content .img img {
    max-height: 660px;
  }
}

@media only screen and (max-width: 767px) {

  /*スマホのみ*/
  #voice.detail #main #main_content > .wrapper > .inner {
    margin-top: 20px;
  }

  #voice.detail #main h2 {
    font-size: 22px;
    line-height: 1.5;
  }

  #voice.detail #main .voice_content {
    margin-top: 30px;
  }

  #voice.detail #main .voice_content .img {
    margin-top: 20px;
  }

  #voice.detail #main #main_img {
    margin-bottom: 20px;
  }

  #voice.detail #main .handwriting img {
    width: 100%;
  }

  #voice.detail #main #main_img img,
  #voice.detail #main .voice_content .img img {
    max-height: 360px;
  }
}






/* ============================================================
カスタマイズ
============================================================ */
/* ------------------------------------
一覧ページ
------------------------------------ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

  /* 導入文 */
  #voice.list #main .common_donyu {
    font-size: 14px;
    }

} /* end ＞767 */


/* ------------------------------------
詳細ページ
------------------------------------ */
/* h2 */
#voice.detail #main h2 {
  font-weight: 600;
  }
/* h3 */
#voice.detail #main .voice_content h3 {
  font-weight: 600;
  font-weight: 600;
  }
/* カテゴリー */
#voice.detail #main .post_category li a {
  border-color: #00a0e9;
  color: #00a0e9;
  }
#voice.detail #main .post_category li a:hover {
  background-color: #eaf0f3;
  border-color: #00a0e9;
  }
/* スタッフコメント */
#voice.detail #main .staff {
  background-color: #eaf0f3;
  }

/* ＞767 --------------------------- */
@media only screen and (max-width: 767px) {

  /* h2 */
  #voice.detail #main h2 {
    font-size: 20px;
    }
  /* お客様名 */
  #voice.detail #main h2 + #voice_name {
    font-size: 15px;
    }
  /* h3 */
  #voice.detail #main .voice_content h3 {
    margin-bottom: 18px;
    font-size: 16px;
    }
  /* 本文 */
  #voice.detail #main .voice_content .txt {
    font-size: 14px;
    }

}