@charset "UTF-8";
/* Scss Document */
@import url("/shse/ehc/css/base.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*基本設定*/
/*メイン*/
#m_top {
  width: 100%;
  margin: 0; }
  #m_top h1 {
    background-image: url("/shse/ehc/img/voice/top_img.jpg");
    background-repeat: repeat-x;
    background-position: center;
    background-size: cover;
    color: #fff;
    font-size: 225%;
    text-align: center;
    padding: 3em 0; }

.voice {
  margin: 0 auto 0;
  padding: 3em 0; }


.voice_main_area {
  width:1000px;
  margin: 0 auto 0;
  padding: 3em 0; 
}

.voice_midashi{
  /* color: #00a2b1; */
  font-size: 1.56rem;
  text-align: center;
  margin: 0 0 1.8rem;

}

.voice_mainimg_area{
  max-width: 400px;
  margin: 0 auto 1.4rem;
}

.voice_info{
  /* background-color: #F5F5F5; */
  margin: 0 auto 2rem;
  padding: 1rem;
  line-height: 1.8;
}

.voice_info_dt{
  color: #00a2b1;
  float: left;
  font-weight: bold;
}
.voice_info_dt::after{
  content: "：";
}

.voice_maintxt{
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 4rem;
}

.voice_related_links{
  background-color: #e6f0f0;
  margin: 0 auto 0;
  padding: 1rem;
}


.voice_link {
  text-decoration: none;
  color: inherit;
}


  .voice ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .voice ul li {
      width: 25%; }
      .voice ul li dl dt {
        text-align: center;
        width: 100%;
        font-size: 187.5%;
        text-align: center; }
        .voice ul li dl dt img {
          display: block;
          width: 200px;
          height: 200px;
          object-fit: cover;
          border-radius: 6px;
          margin: 0 auto 1em; }
        .voice ul li dl dt span {
          font-size: 50%;
          font-weight: bold;
          color: #00a2b1;
          display: block; }
      .voice ul li dl dd {
        width: 100%;
        text-align: center;
        margin: 1em 0 0; }

.back_g {
  /*background-color: #f4f4f4;20201003*/
  background-color: #F3FAF3;/*20201003*/
    padding: 3em 0;
  width: 100%; }

#r_bottom {
  margin: 4em auto 0; }
  #r_bottom #sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #r_bottom #sns li {
      width: 66px;
      margin: 0 2%; }



/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media screen and (min-width: 1300px) {
  /*ヘッダー*/
  /*メイン*/
  .voice, .voice2, #r_bottom {
    width: 1280px; }


  /*フッター*/ }
/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px) {
  /*ヘッダー*/
  /*メイン*/
  .voice, .voice2, #r_bottom {
    width: 96%; }

  /*フッター*/ }
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/
/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  /*フッター*/
  .voice_main_area {
    width:94%;
    margin: 0 auto 0;
    padding: 1em 0; 
  }
 }
/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*基本設定*/
  /*メイン*/
  /*フッター*/
  .voice_main_area {
    width:90%;
    margin: 0 auto 0;
    padding: 1em 0; 
  }
}
/* tablet3  */
@media only screen and (max-width: 767px) {
  /*メイン*/

  .voice_main_area {
    width:86%;
    margin: 0 auto 0;
    padding: 1em 0; 
  }

  .voice ul {
    flex-direction: column; }
    .voice ul li:nth-child(1) {
      width: 100%; }
    .voice ul li:nth-child(2) {
      width: 96%;
      margin: 0 auto; }
      .voice ul li:nth-child(2) dl {
        margin: 1em 0 0; }
        .voice ul li:nth-child(2) dl dt {
          text-align: center; }

          /*
  .voice2 ul {
    flex-direction: column-reverse; }
    .voice2 ul li:nth-child(2) {
      width: 100%; }
    .voice2 ul li:nth-child(1) {
      width: 96%;
      margin: 0 auto; }
      .voice2 ul li:nth-child(1) dl {
        margin: 1em 0 0; }
        .voice2 ul li:nth-child(1) dl dt {
          text-align: center; } }
*/


/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*基本設定*/
  html {
    font-size: 80%; }

  /*メイン*/ }
