@charset "UTF-8";

/*===========================*/
/* トップ ナビアイコン */
/*===========================*/
.l-menusp__left {
  display: flex;
  align-items: center;
  width: 33.3%;
}
.l-menusp__center {
  display: flex;
  justify-content: center;
  width: 33.3%;
}
.l-menusp__right {
  display: flex;
  justify-content: flex-end;
  width: 33.3%;
}
.l-menusp__student {
  display: block;
  font-size: 0.8rem;
  border: 1px solid #0067b0;
  padding: 0.6rem;
  color: #0067b0;
  border-radius: 4px;
}
.l-menusp__student .icon {
  width: 20px;
  display: block;
  margin: 0px auto 2px auto;
}
.l-menusp__search {
  transform: none;
}

/*===========================*/
/* トップ フローティングバナー */
/*===========================*/
#top .p-floating-banner {
  width: auto;
  max-width: 80%;
}

/*===========================*/
/* トップ 学部・学科 */
/*===========================*/
#top .p-sec04 {
  /*background: #ededed;*/
}

/*===========================*/
/* トップ 詳細表示ボタン */
/*===========================*/
#top .p-sec-detail__btn {
  padding-left: 25px;
  background-image: url(../images/icon_lightbox.svg);
  background-position: left center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  height: 25px;
  line-height: 23px;
  color: #0067b0;
  width: 8em;
  margin: 0.5em auto 0 auto;
  cursor: pointer;
}
#top .p-sec03__detail {
  transition: 1s;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top .p-sec-detail__btn {
    /*display: none;*/
  }
}
#top .p-sec-detail__btn:hover {
  opacity: 0.8;
}

.l-deptlist li {
  font-size: 0.8em;
}

/*===========================*/
/* 就職のKAIT */
/*===========================*/
#careerSupport .c-textLetter {
  font-size: 18px;
}
#careerSupport .p-sec1__title {
  font-size: 60px;
}
#careerSupport .p-sec1__graphs {
  grid-template-columns: 1fr 1fr 1fr;
}
#careerSupport .p-sec1__graphs .p-sec1__column {
  padding: 1em;
}
#careerSupport .p-sec1__graphs .p-sec1__column .p-sec1__caption {
  line-height: 1.2;
}
#careerSupport .p-voiceBoard.p-voiceBoard-single {
  display: block;
}
#careerSupport .p-voiceBoard-single .p-voiceBoard__header-title {
  text-align: center;
  font-size: 2.4em;
}
#careerSupport .p-voiceBoard-single .p-voiceBoard__header-title small>small {
  display: inline;
  font-size: 16px;
}
#careerSupport .p-voiceBoard-single .p-voiceBoard__header-ranking {
  justify-content: center;
}
#careerSupport .p-voiceBoard-single .p-voiceBoard__header-ranking .p-voiceBoard__header-left {
  display: flex;
  flex-grow: 4;
  justify-content: flex-end;
}
#careerSupport .p-voiceBoard-single .p-voiceBoard__header-ranking .p-voiceBoard__header-right {
  display: flex;
  align-items: flex-end;
  flex-grow: 2;
}
#careerSupport .p-voiceBoard-single .p-voiceBoard__header-ranking .p-voiceBoard__header-text {
  font-size:1.5em;
  color:#4262a2;
}
#careerSupport .p-voiceBoard-single .p-voiceBoard__header-illust {
  flex: unset;
  width: 150px;
}
#careerSupport .p-voiceBoard-single .p-voiceBoard__header-illust img {
  width: 100%;
}
#careerSupport .p-voiceBoard-single .p-voiceBoard__header-number {
  flex: unset;
}
#careerSupport .p-voiceBoard-single .p-voiceBoard__header-notes {
  text-align: center;
  font-size: 1.4em;
}
#careerSupport .p-voiceBoard__header-number span {
  font-size: 60px;
}
#careerSupport .p-voiceBoard__header-number b.consended {
  font-size: 180px;
}
#careerSupport .p-topics {
  margin-top: 6em;
}
#careerSupport .p-topics__row {
  display: flex;
  margin-bottom: 1em;
}
#careerSupport .p-box {
  border: 1px solid #888;
  padding: 1em;
  line-height: 1.6;
  font-weight: bold;
  margin: 0 0.5em;
  width: 100%;
  background-color: #fbfeff;
  text-align: center;
  font-size: 1.4em;
}
#careerSupport .p-box-3 {
  width: 33%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#careerSupport .p-box .blue {
  color: #2c82b5;
}
#careerSupport .p-box .red {
  color: #ffb300;
}
#careerSupport .p-box .fontsize-l {
  font-size: 1.3em;
}
@media screen and (max-width: 1080px) {
  #careerSupport .p-voiceBoard-single .p-voiceBoard__header-ranking {
    margin-top: 2em;
  }
  #careerSupport .p-voiceBoard-single .p-voiceBoard__header-ranking-wrap {
    display:block;
  }
  #careerSupport .p-voiceBoard-single .p-voiceBoard__header-left {
    margin-bottom:10px;
  }
  #careerSupport .p-voiceBoard-single .p-voiceBoard__header-right {
    justify-content: center;
  }
}
@media screen and (max-width: 770px) {
  #careerSupport .p-sec1__title {
    font-size: 40px;
  }
  #careerSupport .p-topics__row {
    flex-direction: column;
    margin-bottom: 0;
  }
  #careerSupport .p-box {
    padding: 1em 0;
    margin-bottom: 1em;
  }
  #careerSupport .p-box-3 {
    width: 100%;
  }
  #careerSupport .p-sec1__graphs {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  #careerSupport .p-voiceBoard__header-title span {
    font-size: 20px;
  }
  #careerSupport .p-voiceBoard-single .p-voiceBoard__header-title small {
    font-size: 16px;
  }
  #careerSupport .p-voiceBoard-single .p-voiceBoard__header-title small>small {
    font-size: 12px;
  }
  #careerSupport .p-voiceBoard-single .p-voiceBoard__header-illust {
    width: 116px;
  }
  #careerSupport .p-voiceBoard__header-number span {
    font-size: 40px;
  }
  #careerSupport .p-voiceBoard__header-number b.consended {
    font-size: 120px;
  }
  #careerSupport .p-voiceBoard-single .p-voiceBoard__header-notes {
    font-size: 1em;
  }
  #careerSupport .p-box {
    font-size: 1em;
  }
  #careerSupport .p-box .fontsize-l {
    font-size: 1em;
  }
}
/* 就職のKAITここまで */

/*===========================*/
/* 研究室ナビ */
/*===========================*/
.c-tag--large {
  margin: 0.4em;
}

/*===========================*/
/* 会話ふきだし */
/*===========================*/
.balloon-talk {
  margin-bottom: 40px;
}
.balloon-talk .talk-img img {
  width: 100%;
  height: 100%;
  border: 3px solid #0067B0;
  border-radius: 50%;
  background-color: #d1e3f0;
  margin: 0;
}
.balloon-talk .talk-text {
  margin: 0 0 8px;
}
.balloon-talk .talk-text:last-child {
  margin-bottom: 0px;
}
.balloon-talk .talk-text b {
  font-size:1.2em;
  color:#cc7575;
}
/* 回り込み解除 */
.balloon-talk:after,.balloon-talk:before {
  clear: both;
  content: "";
  display: block;
}
/* 左画像 */
.balloon-talk .talk-img_left {
  margin-left: 4px;
  margin-top: -1px;
  float: left;
  width: 70px;
  height: 70px;
}
/* 左からの吹き出しテキスト */
.balloon-talk .talk-txt_left {
  color: #000;
  position: relative;
  margin-left: 100px;
  margin-right: 100px;
  padding: 1.2em;
  border: 3px solid #0067B0;
  background-color: #fff;
  border-radius: 5px;
}
/* 左の三角形を作る */
.balloon-talk .talk-txt_left:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #0067B0;
  top: 15px;
  left: -20px;
}
.balloon-talk .talk-txt_left:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #fff;
  top: 15px;
  left: -16px;
}
/* 右画像 */
.balloon-talk .talk-img_right {
  margin-right: 4px;
  margin-top: -1px;
  float: right;
  width: 70px;
  height: 70px;
}
.balloon-talk .talk-img_right img {
  background-color: #ffebeb;
  border-color: #CC7575;
}
/* 右からの吹き出しテキスト */
.balloon-talk .talk-txt_right {
  position: relative;
  margin-right: 100px;
  margin-left: 100px;
  padding: 1.2em;
  border: 3px solid #CC7575;
  background-color: #fff;
  border-radius: 5px;
}
/* 右の三角形を作る */
.balloon-talk .talk-txt_right:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #CC7575;
  top: 15px;
  right: -23px;
}
.balloon-talk .talk-txt_right:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  top: 15px;
  right: -19px;
}
@media screen and (max-width: 770px) {
  .balloon-talk .talk-txt_left {
    margin-right: 0px;
  }
  .balloon-talk .talk-txt_right {
    margin-left: 0px;
  }
}

/*===========================*/
/* フォーム */
/*===========================*/
#form .p-secForm__row-th.is-optional::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 26px;
  border-radius: 10px;
  background-color: #207AB4 ;
  content: "任意";
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
@media screen and (min-width: 769px), print {
  #form .p-secForm__row-th.is-optional::before {
    width: 106px;
    height: 30px;
    font-size: 14px;
  }
}