@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@500;900&display=swap");
/*-----------------------------------------------------------------
@mixin
------------------------------------------------------------------*/
/*メディアクエリ*/
/*vwに変換*/
/*-----------------------------------------------------------------
タイトル背景
------------------------------------------------------------------*/
.page_title_wrap {
  background-image: url(../../images/tuslife/bg-tuslife-pc.jpg);
}
@media (max-width: 860px) {
  .page_title_wrap {
    background-image: url(../../images/tuslife/bg-tuslife-sp.jpg);
  }
}

/*-----------------------------------------------------------------
在学生の声
------------------------------------------------------------------*/
/*在学生の説明*/
.voice_list {
  font-size: 1.6rem;
  line-height: 2;
  /*Q & A*/
  /*Q & A - 時間割表*/
  /*コンテンツカラー - 青*/
  /*コンテンツカラー - 赤*/
}
@media (max-width: 600px) {
  .voice_list {
    font-size: 1.2rem;
  }
}
.voice_list .voice_list_item {
  margin-bottom: 40px;
}
.voice_list .voice_list_head {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 860px) {
  .voice_list .voice_list_head {
    flex-direction: column-reverse;
    margin: 60px 0 50px;
  }
}
.voice_list .voice_list_head .head_txt {
  margin-right: 20px;
}
.voice_list .voice_list_head .lead {
  font-size: 3rem;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .voice_list .voice_list_head .lead {
    font-size: 30px;
    font-size: 2.5vw;
  }
}
@media (max-width: 860px) {
  .voice_list .voice_list_head .lead {
    position: absolute;
    top: 0;
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .voice_list .voice_list_head .lead {
    font-size: 30px;
    font-size: 5vw;
    text-align: center;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.voice_list .voice_list_head .profile_list {
  margin: 10px 0;
}
.voice_list .voice_list_head .name {
  font-weight: 700;
  margin-left: 1em;
}
.voice_list .voice_list_head .head_img {
  width: 380px;
  height: 253px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 860px) {
  .voice_list .voice_list_head .head_img {
    margin: 120px auto 10px;
  }
}
@media (max-width: 600px) {
  .voice_list .voice_list_head .head_img {
    margin-top: 120px;
    margin-top: 20vw;
    width: 70%;
    height: auto;
  }
}
.voice_list .qa_list {
  padding-left: 60px;
  /*'Q'*/
  /*'A'*/
  /*カラー太文字*/
}
@media (max-width: 600px) {
  .voice_list .qa_list {
    padding-left: 60px;
    padding-left: 10vw;
  }
}
.voice_list .qa_list dt,
.voice_list .qa_list dd {
  position: relative;
}
.voice_list .qa_list dt::before,
.voice_list .qa_list dd::before {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  width: 40px;
  height: 40px;
  left: -60px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .voice_list .qa_list dt::before,
  .voice_list .qa_list dd::before {
    font-size: 24px;
    font-size: 4vw;
    width: 40px;
    width: 6.6666666667vw;
    height: 40px;
    height: 6.6666666667vw;
    left: -60px;
    left: -10vw;
  }
}
.voice_list .qa_list dt::before {
  content: "Q";
}
.voice_list .qa_list dd {
  margin: 14px 0 0;
}
.voice_list .qa_list dd::before {
  content: "A";
  color: #fff;
  font-weight: 700;
}
.voice_list .qa_list dt,
.voice_list .qa_list .a_title {
  font-size: 2rem;
  font-weight: 700;
  display: block;
}
@media (max-width: 600px) {
  .voice_list .qa_list dt,
  .voice_list .qa_list .a_title {
    font-size: 20px;
    font-size: 3.3333333333vw;
  }
}
@media (max-width: 600px) {
  .voice_list dd.a_table_wrap {
    margin-bottom: -240px;
  }
}
.voice_list .a_table::before {
  content: "※科目名は開講当時のものです。";
  display: flex;
  justify-content: end;
}
@media (max-width: 600px) {
  .voice_list .a_table {
    transform: scale(0.6);
    transform-origin: left top;
    width: 165%;
  }
}
.voice_list .a_table table {
  border-collapse: separate;
  border-spacing: 5px;
  width: 100%;
  text-align: center;
}
.voice_list .a_table table th {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
.voice_list .a_table table .th_week {
  width: 180px;
  height: 40px;
}
.voice_list .a_table table .th_time {
  width: 46px;
  height: 75px;
}
.voice_list .a_table table td {
  font-size: 1.8rem;
  line-height: 1.4;
}
@media (max-width: 860px) {
  .voice_list .a_table table td {
    font-size: 16px;
    font-size: 1.8604651163vw;
  }
}
.voice_list .a_table table .dark_color {
  font-weight: 700;
}
.voice_list .contents_color_blue dt,
.voice_list .contents_color_blue .a_title {
  color: #2790C4;
}
.voice_list .contents_color_blue dt::before {
  border: 1px solid #2790C4;
}
.voice_list .contents_color_blue dd::before {
  background-color: #2790C4;
}
.voice_list .contents_color_blue th {
  background-color: #4BA9D8;
}
.voice_list .contents_color_blue td {
  background-color: #E5F5FD;
}
.voice_list .contents_color_blue .dark_color {
  background-color: #A0D6F0;
}
.voice_list .contents_color_red dt,
.voice_list .contents_color_red .a_title {
  color: #D9626D;
}
.voice_list .contents_color_red dt::before {
  border: 1px solid #D9626D;
}
.voice_list .contents_color_red dd::before {
  background-color: #D9626D;
}
.voice_list .contents_color_red th {
  background-color: #D9626D;
}
.voice_list .contents_color_red td {
  background-color: #FDF0F2;
}
.voice_list .contents_color_red .dark_color {
  background-color: #F4CBD1;
}

/*-----------------------------------------------------------------
Q&A
------------------------------------------------------------------*/
/*Q&Aリンクボタン*/
.qa_category_btn_list {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.qa_category_btn_list li {
  height: 42px;
  margin: 0 10px;
  text-align: center;
}
@media (max-width: 600px) {
  .qa_category_btn_list li {
    height: 30px;
  }
}
.qa_category_btn_list li a {
  color: #333;
  font-size: 1.6rem;
  padding: 0 26px;
  border: 1px solid #707070;
  border-radius: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 600px) {
  .qa_category_btn_list li a {
    font-size: 1.2rem;
  }
}
.qa_category_btn_list li a:hover {
  background: linear-gradient(96deg, #004567 0%, #2790C4 100%) 0% 0%;
  transition: 0.3s;
  opacity: 0.6;
  color: #fff;
}

/*Q&A本文*/
.qa_category_list {
  margin: 40px 0 80px;
  /*リンクで移動した時の位置調整*/
}
.qa_category_list li {
  padding-top: 120px;
  margin-top: -120px;
}
.qa_category_list .qa_category_title {
  margin-bottom: 60px;
}
.qa_category_list .qa_list {
  padding-left: 60px;
  margin: 0 0 20px;
  min-height: 140px;
  /*'Q'*/
  /*'A'*/
}
@media (max-width: 860px) {
  .qa_category_list .qa_list {
    min-height: 160px;
  }
}
@media (max-width: 600px) {
  .qa_category_list .qa_list {
    padding-left: 60px;
    padding-left: 10vw;
    min-height: 140px;
  }
}
.qa_category_list .qa_list dt,
.qa_category_list .qa_list dd {
  position: relative;
}
.qa_category_list .qa_list dt::before,
.qa_category_list .qa_list dd::before {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  width: 40px;
  height: 40px;
  left: -60px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .qa_category_list .qa_list dt::before,
  .qa_category_list .qa_list dd::before {
    font-size: 24px;
    font-size: 4vw;
    width: 40px;
    width: 6.6666666667vw;
    height: 40px;
    height: 6.6666666667vw;
    left: -60px;
    left: -10vw;
  }
}
.qa_category_list .qa_list dt {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 600px) {
  .qa_category_list .qa_list dt {
    font-size: 1.4rem;
  }
}
.qa_category_list .qa_list dt::before {
  content: "Q";
  color: #999;
  border: 1px solid #999;
  top: -10px;
}
.qa_category_list .qa_list dd {
  font-size: 1.6rem;
  line-height: 2;
  margin: 20px 0 0;
}
@media (max-width: 600px) {
  .qa_category_list .qa_list dd {
    font-size: 1.2rem;
  }
}
.qa_category_list .qa_list dd::before {
  content: "A";
  color: #fff;
  font-weight: 700;
  background-color: #999;
}/*# sourceMappingURL=tuslife.css.map */