@charset "utf-8";
/* CSS Document */
@media print, screen and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    position: relative;
    background-position: center;
    background-color: #f0f0f0;
    border-radius: 15px;
    background-size: cover;
    background-attachment: fixed;
  }
}
@media not all and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    background-color: #000000;
    padding: 130px 0 50px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.p-issue-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 2em 2em 0 2em;
}
#voice h3 {
  font-weight: bold;
  font-size: 1.6rem;
  color: #003366;
  margin-bottom: 1rem;
}
.voice {
  margin-bottom: 1rem;
}
.voice ul {
  margin: 0.5em;
}
.voice ul li {
  line-height: 1.4rem;
}
.voice h4 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.75;
  border-bottom: 1px solid #666;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.voice span {
  /*font-weight: bold;*/
  line-height: 1.6rem;
}
#voice .p-info-wrap {
  background-color: #e9ecf2;
  border-radius: 12px;
  padding: 2rem;
  margin-top: 84px;
}
#voice .p-issue-item__image {
  border-radius: 12px;
}
#voice h3 {
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  text-align: center;
}
#voice h3:before, #voice h3:after {
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  display: inline-block;
}
#voice h3:before {
  border-left: solid 1px #666;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
  left: 0;
}
#voice h3:after {
  content: '';
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  border-bottom: solid 1px #666;
  right: 0;
}
.comment_area {
  border-radius: 12px;
  padding: 1.2rem;
}
.comment {
  display: flex;
  width: 100%;
  margin-top: 1.2rem;
}
.comment-heading {
  font-weight: bold;
  font-size: 1.05rem;
}
.comment-detail {
  width: 50%;
  padding: 0 1em;
}
.comment-detail:last-child {
  border-left: 1px solid #000;
  padding-left: 2em;
}
.comment-image {
  overflow: hidden;
}
.mt-0 {
  margin-top: 0;
}
.student-icon {
  max-width: 100px !important;
}
.link-others02 {
    color: #3399cc;
    text-decoration: underline;
    float: right;
    margin-bottom: 2em;
	}	

@media not all and (min-width: 768px) {
  #voice .p-info-wrap {
    padding: 1em;
  }
  .p-issue-item {
    margin: 1em 0;
  }
  .comment {
    display: block;
  }
  .comment {
    margin-top: 0;
  }
  .comment-detail {
    width: 100%;
  }
  .comment-detail:first-child {
    padding-bottom: 0.5em;
  }
  .comment-detail:last-child {
    border-left: none;
    padding: 1rem 1rem 0 1rem;
    margin-top: 1em;
    border-top: 1px solid #000;
  }
  .student-icon {
    max-width: 80px !important;
  }
  .p-reason-item__heading {
    padding-top: 30px !important;
    padding-left: 100px !important;
  }
}