@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_txt_dt{
    font-size: 2rem;
}
    



.voice {
  margin: 0 auto 0;
  padding: 3em 0; }
  .voice ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .voice ul li {
      width: 18%;
      padding-bottom: 3%; }
      .voice ul li dl dt {
        text-align: center;
        width: 100%;
        font-size: 100%;/*187.5%*/
        text-align: center; }
        .voice ul li dl dt img {
          display: block;
          width: 220px;
          height: 220px;
          object-fit: cover;
          border-radius: 6px;
          margin: 0 auto 1em; }
        .voice ul li dl dt span {
          font-size: 80%;
          font-weight: bold;
          color: #00a2b1;
          display: block; }
      .voice ul li dl dd {
        background-color: aliceblue;
        /* width: 100%; */
       /* text-align: center; */
        font-size: 90%;
        margin: 1em auto 0;
        padding: 6px; }

  .voice ul::after {
    display: block;
    content:"";
    width: 755px;/*2行目調整*/
  }



/* 
        .voice ul li:nth-child(2) {
      width: 64%; }
      .voice ul li:nth-child(2) dl dt {
        font-weight: bold;
        font-size: 125%;
        margin: 0 0 0.5em;
        color: #00a2b1; }
      .voice ul li:nth-child(2) dl dd {
        padding: 1em 2%;
          color: #1B411B;
        border-radius: 8px; }
        .voice ul li:nth-child(2) dl dd p:nth-child(n+2) {
          margin: 1em 0 0; }
 */

.back_g {
  /*background-color: #f4f4f4;20201003*/
  background-color: #F3FAF3;/*20201003*/
    padding: 3em 0;
  width: 100%; }

.voice2 {
  margin: 0 auto 0; }
  .voice2 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .voice2 ul li:nth-child(1) {
      width: 64%; }
      .voice2 ul li:nth-child(1) dl dt {
        font-weight: bold;
        font-size: 125%;
        margin: 0 0 0.5em;
        color: #00a2b1; }
      .voice2 ul li:nth-child(1) dl dd {
          /*background-color: #5fb45f;/*20201003*/
          background-color: #F3FAF3;/*20201003*/
        padding: 1em 2%;
        /*color: #fff;/*20201003*/
        color: #1B411B;/*20201003*/
          border-radius: 8px;
        position: relative;
        display: inline-block; }
        .voice2 ul li:nth-child(1) dl dd p:nth-child(n+2) {
          margin: 1em 0 0; }
    .voice2 ul li:nth-child(2) {
      width: 30%; }
      .voice2 ul li:nth-child(2) dl dt {
        text-align: center;
        width: 100%;
        font-size: 187.5%;
        text-align: center;
        margin: 0 0 0.5em; }
        .voice2 ul li:nth-child(2) dl dt img {
          display: block;
          width: 200px;
          height: 200px;
          object-fit: cover;
          border-radius: 6px;
          margin: 0 auto 1em; }
        .voice2 ul li:nth-child(2) dl dt span {
          font-size: 50%;
          font-weight: bold;
          color: #00a2b1;
          display: block; }
      .voice2 ul li:nth-child(2) dl dd {
        width: 100%;
        text-align: center;
        margin: 1em 0 0; }

#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%; }

.voice_link {
  text-decoration: none;
  color: inherit;
  margin: 0 auto;
}


#voice_grid {
  width: 1280px;
  margin: 0 auto;
  padding: 3em 0;
	display: grid;
  /*grid-template-rows: 360px 360px;*/
	grid-template-columns: 230px 230px 230px 230px 230px;
  column-gap: 32px;/*3em*/
  row-gap: 0em;/*3em*/
}

.voice_grid_card{
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  /*grid-row: 1;
	grid-column: 1;*/
  padding: 0;
  /*border: 0.1rem solid #ccc;*/
  text-align: left;
}

.voice_grid_img {
  /*display: block;*/
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 auto 1em;
}
.voice_grid_title{
  font-size: 100%;
  text-align:center;
  padding-bottom: 5px;
}

.voice_grid_title2{
  font-size: 40%;
  text-align:center;
  display: block;
}

.voice_grid_participation {
  font-size: 80%;
  font-weight: bold;
  color: #00a2b1;
  display: block;
  text-align:center;
}

.voice_grid_description {
  background-color: aliceblue;
  font-size: 90%;
  margin: 1em auto 0;
  padding: 6px;
}

.voice_grid_link {
  width: 230px;
  margin: 1em auto 3em;
}

a.grid_linkbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #228bc8;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 6% 0 12%;
  color: #228bc8;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
a.grid_linkbtn:hover {
  background: #228bc8;
  color: #fff;
}
a.grid_linkbtn:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #228bc8;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.grid_linkbtn:hover:before {
  border-color: transparent transparent transparent #fff;
}




/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* 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%; }

#voice_grid {
  width: 1020px;
	grid-template-columns: 230px 230px 230px 230px;
  column-gap: 32px;
}


  /*フッター*/ }
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/

/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  /*基本設定*/
#voice_grid {
  width: 960px;
	grid-template-columns: 230px 230px 230px 230px;
  column-gap: 16px;
}
  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }

/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*基本設定*/
  #voice_grid {
  width: 720px;
	grid-template-columns: 230px 230px 230px;
  column-gap: 12px;
}
  /*メイン*/
  /*フッター*/ }

@media only screen and (min-width: 768px) and (max-width: 1299px) {
  /*基本設定*/
  /*メイン*/
  /*フッター*/ }


/* tablet3  */
@media only screen and (max-width: 767px) {
  /*メイン*/
  .voice ul {
    flex-direction: column;
  width: 80%;
margin: 0 auto 0; }
    .voice ul li{
      width: 100%;
      margin-bottom: 2.6rem;
      }

#voice_grid {
	display: block;
  width: 80%;
  margin: 0 auto;
  padding: 3em 0;
}

.voice_grid_card{
  margin: 0 auto;
  padding: 0;
  text-align: left;
  margin-bottom: 3em;
}

.voice_grid_title{
  font-size: 130%;
  padding-bottom: 5px;
}

.voice_grid_title2{
  font-size: 60%;
}

.voice_grid_participation {
  font-size: 110%;
}

.voice_grid_description {
  font-size: 110%;
  line-height: 1.7;
  margin: 1em auto 0;
  padding: 6px;
}

.voice_grid_link {
width: 100%;

}



/*
  .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%; }

  /*メイン*/ }
