/*
@mixin tabMpc { 
	@media screen and (min-width: 768px) and (max-width: 1280px){
		@content;
	}	
}
@mixin tabwMpc { 
	@media screen and (min-width: 961px) and (max-width: 1280px){
		@content;
	}	
}
*/
h2.Title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    h2.Title {
      font-size: 3.5rem;
      margin-bottom: 30px; } }
  h2.Title span {
    font-size: 4.5rem;
    font-family: "Lato", serif;
    font-weight: 700; }
    @media screen and (min-width: 768px) {
      h2.Title span {
        font-size: 5.0rem; } }

h3.subTitle {
  color: #0038b5;
  font-weight: bold;
  font-size: 1.8rem;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc; }
  @media screen and (min-width: 768px) {
    h3.subTitle {
      font-size: 2.0rem;
      padding-bottom: 7px;
      margin-bottom: 25px; } }

/* ----------------------------------------
	
---------------------------------------- */
#archivelistArea .inner {
  padding-top: 0px; }
@media screen and (min-width: 961px) {
  #archivelistArea ul#graduatesvoice_List {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 20px; } }
#archivelistArea ul#graduatesvoice_List li {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #ccc; }
  @media screen and (min-width: 768px) {
    #archivelistArea ul#graduatesvoice_List li {
      border-radius: 20px; } }
  @media screen and (min-width: 961px) {
    #archivelistArea ul#graduatesvoice_List li {
      width: 49%; } }
  #archivelistArea ul#graduatesvoice_List li .imgArea img {
    border-radius: 10px 10px 0px 0px;
    object-fit: cover;
    height: 230px;
    width: 100%; }
    @media screen and (min-width: 481px) and (max-width: 767px) {
      #archivelistArea ul#graduatesvoice_List li .imgArea img {
        width: 100%; } }
    @media screen and (min-width: 768px) {
      #archivelistArea ul#graduatesvoice_List li .imgArea img {
        border-radius: 20px 10px 0px 0px; } }
    @media screen and (min-width: 481px) {
      #archivelistArea ul#graduatesvoice_List li .imgArea img {
        height: 300px; } }
    @media screen and (min-width: 1281px) {
      #archivelistArea ul#graduatesvoice_List li .imgArea img {
        height: 350px; } }
  #archivelistArea ul#graduatesvoice_List li .textArea {
    padding: 20px 20px; }
    @media screen and (min-width: 768px) and (max-width: 960px) {
      #archivelistArea ul#graduatesvoice_List li .textArea {
        padding: 15px 20px; } }
    @media screen and (min-width: 961px) {
      #archivelistArea ul#graduatesvoice_List li .textArea {
        padding: 15px 15px; } }
    #archivelistArea ul#graduatesvoice_List li .textArea .nameArea {
      margin-bottom: 15px;
      text-align: center; }
      @media screen and (min-width: 481px) {
        #archivelistArea ul#graduatesvoice_List li .textArea .nameArea {
          display: flex; } }
      #archivelistArea ul#graduatesvoice_List li .textArea .nameArea span {
        display: inline-block;
        color: #032f7c;
        font-size: 1.8rem;
        font-weight: bold; }
        @media screen and (min-width: 481px) {
          #archivelistArea ul#graduatesvoice_List li .textArea .nameArea span {
            font-size: 1.8rem; } }
      #archivelistArea ul#graduatesvoice_List li .textArea .nameArea span.companyname {
        font-weight: bold;
        padding-right: 10px; }
    #archivelistArea ul#graduatesvoice_List li .textArea .question {
      font-weight: bold;
      color: #032f7c;
      margin-bottom: 3px; }
    #archivelistArea ul#graduatesvoice_List li .textArea .answer {
      margin-bottom: 10px;
      font-size: 1.4rem;
      color: #333; }
      @media screen and (min-width: 768px) {
        #archivelistArea ul#graduatesvoice_List li .textArea .answer {
          font-size: 1.5rem; } }
#archivelistArea .question {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-right: 70px; }
  @media screen and (max-width: 480px) {
    #archivelistArea .question {
      padding-right: 0px; } }
  @media screen and (min-width: 768px) {
    #archivelistArea .question {
      margin-bottom: 30px; } }
  #archivelistArea .question .faceicon {
    width: 50px; }
    @media screen and (max-width: 480px) {
      #archivelistArea .question .faceicon {
        width: 40px; } }
  #archivelistArea .question .fukidashi {
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    position: relative;
    background: #f7f7f7;
    padding: 10px 10px;
    text-align: left;
    font-size: 1.4rem;
    border-radius: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: #0038b5; }
    @media screen and (max-width: 480px) {
      #archivelistArea .question .fukidashi {
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px); } }
    @media screen and (min-width: 1281px) {
      #archivelistArea .question .fukidashi {
        padding: 10px 10px; } }
    #archivelistArea .question .fukidashi::after {
      border: solid transparent;
      content: '';
      height: 0;
      width: 0;
      pointer-events: none;
      position: absolute;
      border-color: rgba(90, 230, 40, 0);
      border-top-width: 10px;
      border-bottom-width: 10px;
      border-left-width: 20px;
      border-right-width: 20px;
      margin-top: -10px;
      border-right-color: #f7f7f7;
      right: 100%;
      top: 50%; }
      @media screen and (max-width: 480px) {
        #archivelistArea .question .fukidashi::after {
          top: 30%; } }
#archivelistArea .answer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
  padding-left: 70px; }
  @media screen and (max-width: 480px) {
    #archivelistArea .answer {
      padding-left: 0px; } }
  @media screen and (min-width: 768px) {
    #archivelistArea .answer {
      margin-bottom: 70px; } }
  #archivelistArea .answer .faceicon {
    width: 50px; }
    @media screen and (max-width: 480px) {
      #archivelistArea .answer .faceicon {
        width: 40px; } }
  #archivelistArea .answer .fukidashi {
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    position: relative;
    background: #f7f7f7;
    font-size: 1.4rem;
    text-align: left;
    font-size: 15px;
    border-radius: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-bottom: 5px; }
    @media screen and (max-width: 480px) {
      #archivelistArea .answer .fukidashi {
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px); } }
    @media screen and (min-width: 768px) {
      #archivelistArea .answer .fukidashi {
        padding: 10px 10px; } }
    #archivelistArea .answer .fukidashi::after {
      border: solid transparent;
      content: '';
      height: 0;
      width: 0;
      pointer-events: none;
      position: absolute;
      border-color: rgba(90, 230, 40, 0);
      border-top-width: 10px;
      border-bottom-width: 10px;
      border-left-width: 20px;
      border-right-width: 20px;
      margin-top: -10px;
      border-left-color: #f7f7f7;
      left: 100%;
      top: 50%; }
      @media screen and (max-width: 480px) {
        #archivelistArea .answer .fukidashi::after {
          top: 30%; } }
#archivelistArea .listWrap .empty {
  display: none !important; }
