/*========================================

　●　生徒＆保護者様の声

========================================*/


/*========================================
　●　生徒＆保護者様の声
========================================*/
.voiceArea{}

.voiceArea--text01{
 margin-bottom: 40px;
 line-height: 1.8;
 text-align: center;
}

.voiceArea--text01 br.u-br01{}

/*-----*/
.voice{
 display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
 margin-bottom: 20px;
 padding-top: 12px;
 padding-bottom: 12px;
 background: rgba(255,255,255,0.96);
 border-width: 1px;
 border-style: solid;
 border-radius: 8px;
}

.voiceName{
 display: flex;
  flex-direction: column;
 width: 16.6%;
 max-width: 180px;
 padding-left: 8px;
 padding-right: 8px;
 text-align: center;
}

.voiceComment{
 width: 83.3%;
 max-width: 900px;
 padding-right: 1.0em;
}

/*-----*/
.voiceName figcaption{ order: 2;}

.voiceName .hito{ order: 1;
 display: flex;
  align-items: center;
  justify-content: center;
 width: 100%;
 max-width: 132px;
 margin-bottom: 8px;
 margin-left: auto;
 margin-right: auto;
 aspect-ratio: 1/1;
 border-radius: 50%;
}

.voiceName .hito img{ width: 100%; max-width: 56px;}

.voice_green   { border-color: var(--main-green);}
.voice_orange  { border-color: var(--main-orange);}
.voice_skyblue{ border-color: var(--main-skyblue);}

.voice_green .hito  { background-color: var(--main-green);}
.voice_orange .hito { background-color: var(--main-orange);}
.voice_skyblue .hito{ background-color: var(--main-skyblue);}

.voiceComment p{
 padding-bottom: 8px;
 line-height: 1.8;
}

/*============================== ■ max-width 1087 */
@media screen and (max-width: 1087px){}/*----- media -----*/

/*============================== ■ max-width 767 */
@media screen and (max-width: 767px){
.voice{
 display: flex;
  flex-direction: column;
  justify-content: flex-start;
 padding-left: 8px;
 padding-right: 8px;
}

.voiceName{
 display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
 width: 100%;
 max-width: 300px;
 margin-bottom: 16px;
 margin-left: auto;
 text-align: left;
}

.voiceComment{
 width: 100%;
 max-width: 750px;
 margin-left: auto;
 margin-right: auto;
 padding-right: 0em;
}

/*-----*/
.voiceName figcaption{ order: 2; padding-left: 8px;}

.voiceName .hito{ order: 1;
 display: flex;
  align-items: center;
  justify-content: center;
 width: 100%;
 max-width: 36px;
 margin-bottom: 0px;
 margin-left: 0;
 margin-right: 0;
 aspect-ratio: 1/1;
 border-radius: 50%;
}

.voiceName .hito img{ width: 100%; max-width: 18px;}

.voiceComment p:last-of-type{ padding-bottom: 0px;}

}/*----- media -----*/

/*============================== ■ max-width 520 */
@media screen and (max-width: 520px){
.voiceArea--text01{ text-align: left;}
.voiceArea--text01 br.u-br01{ display: none;}

}/*----- media -----*/
