  /*
Theme Name: 山口大学工学部
Description: 山口大学工学部のテーマ
Author: アプライド株式会社
Author URI: https://www.applied.ne.jp/web-creat/
*/




/*  共通css
-------------------------------------------------------*/
.sp {
  display: none;
}

.sp_only {
  display: none;
}

.pc {
  display: block;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.w50 {
  width: 50%;
}

.nowrap {
  white-space: nowrap;
}

img.icon {
  vertical-align: middle;
}

.f_left {
  float: left;
  margin-right: 10px !important;
}

.f_right {
  float: right;
  margin-left: 10px !important;
}

.imagebox {
  text-align: center;
  margin-bottom: 15px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.imagebox span {
  text-align: left;
  display: table;
  margin: auto;
}

.left_half {
  float: left;
  width: 50%;
}

table {
  border-top: 1px solid rgba(153, 153, 153, 1);
  border-left: 1px solid rgba(153, 153, 153, 1);
  margin: 1.4em 0;
}

table th {
  border-right: 1px solid rgba(153, 153, 153, 1);
  border-bottom: 1px solid rgba(153, 153, 153, 1);
  background-color: rgba(153, 153, 153, 0.2);
  font-weight: bold;
  padding: 0.6em 0.5em;
  text-align: center;
}

table td {
  border-right: 1px solid rgba(153, 153, 153, 1);
  border-bottom: 1px solid rgba(153, 153, 153, 1);
  padding: 0.6em 0.5em;
}

ul.triangle li, dl.triangle dd {
  list-style-type: none !important;
  padding-left: 20px;
  margin: 0.2em 0 !important;
  background: no-repeat url(./../../../images/icon/triangle.gif) 4px 6px;
  border: none;
}

.mcon ul li {
  list-style-type: none !important;
}

ul.item_list_style li a {
  font-weight: bold;
}

ul.item_list_style li.gakka a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.item_list_style li.gakka h4 {
  width: 50%;
  padding: 0 0 0 40px;
}

ul.item_list_style li.gakka img {
  width: 45%;
}

ul.item_list_style li.gakka h4.content-style {
  width: 60%;
  padding: 0 0 0 40px;
}

.post-name-department_intro ul.item_list_style li.gakka h4.content-style {
  width: 55%;
  padding: 0 0 0 40px;
}

ul.item_list_style li.gakka img.pamphlet {
  width: 35%;
}

.b_yellow {
  background-color: yellow;
}

.bold {
  font-weight: 700;
}

.sub_list, .sub_list_a {
  margin-left: 25px;
}

.mt {
  margin-top: 10px;
}

#dean_img {
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  border-radius: 6px;
}

.red {
  color: red;
}

.strike-text {
  text-decoration: line-through;
}

@media screen and (max-width:768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .w50 {
    width: 100%;
  }

  .mcon h4 {
    font-size: 16px !important;
  }

  ul.item_list_style li {
    width: 100% !important;
    padding: 10px 10px 10px 30px !important;
  }

  .mcon ul li {
    font-size: 15px !important;
  }

  ul.item_list_style li.gakka h4 {
    padding: 0 0 0 30px !important;
  }

  table th, table td {
    font-size: 15px;
  }
}

@media screen and (max-width:479px) {
  .sp_none {
    display: none;
  }

  .sp_only {
    display: block;
  }

  table {
    width: 100%;
  }

  .scroll table {
    width: 100%;
  }

  .scroll {
    overflow: auto;
    /*tableをスクロールさせる*/
    white-space: nowrap;
    /*tableのセル内にある文字の折り返しを禁止*/
  }

  .scroll::-webkit-scrollbar {
    /*tableにスクロールバーを追加*/
    height: 5px;
  }

  .scroll::-webkit-scrollbar-track {
    /*tableにスクロールバーを追加*/
    background: #F1F1F1;
  }

  .scroll::-webkit-scrollbar-thumb {
    /*tableにスクロールバーを追加*/
    background: #BCBCBC;
  }

  .breadcrumb {
    gap: 0.8em !important;
    font-size: 14px;
  }

  .text-center img {
    margin-bottom: 5px;
  }

  ul.item_list_style li.gakka h4 {
    font-size: 14px !important;
  }

  #dean_img {
    float: none;
  }
}


/* ページ内リンクヘッダー分調整 */
#aed, #ryugaku_info_20201127, #researcher {
  padding-top: 180px;
  margin-top: -180px;
}

@media screen and (max-width:768px) {
  #aed, #ryugaku_info_20201127, #researcher {
    padding-top: 70px;
    margin-top: -70px;
  }
}

/* ページ内リンクヘッダー分調整 */



/* ヘッダー */
.hd_bg .hd .hd_lang {
  right: unset !important;
  left: 0;
}

.hd_bg .hd .hd_donation {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width:769px) {
  .nav .donation_sp {
    width: 100%;
    background-color: #8cc14a;
    text-align: center;
    padding: 5px;
  }
}

/* ヘッダー ここまで */

/* トップページ */
@media screen and (max-width:1200px) {
  .index_important_wrap {
    padding: 0 2%;
  }
}

@media screen and (max-width:769px) {
  .index_main .index_news .index_news_con .index_news_tab>div {
    width: calc((100% - 5px * 3) / 3) !important;
  }
}

/* archiveページ */
ul.item_list_style_parent {
  justify-content: left !important;
}

ul.item_list_style_parent li,
ul.item_list_style li {
  padding: 0 !important;
}

ul.item_list_style_parent li a,
ul.item_list_style li a {
  display: block;
  height: 100%;
}

ul.item_list_style_parent li h4,
ul.item_list_style li h4 {
  padding: 15px 10px 15px 40px !important;
}

ul.item_list_style li div {
  font-size: 1.2em;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 15px 10px 15px 40px !important;
}

h3.item_list_style_title {
  position: relative;
  margin: 20px 0;
  padding: 10px 10px 10px 30px !important;
  background: #e7f7d4;
  font-size: 22px !important;
  font-weight: 500;
  border-left: none !important;
}

h3.item_list_style_title:before {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 5px;
  height: 65%;
  background: #8CC14A;
}

@media screen and (max-width:768px) {

  ul.item_list_style_parent li,
  ul.item_list_style li {
    width: 100% !important;
  }

  ul.item_list_style_parent li h4,
  ul.item_list_style li h4 {
    padding: 10px 10px 10px 30px !important;
  }

  ul.item_list_style li div {
    font-size: 16px !important;
    padding: 10px 10px 10px 30px !important;
  }

  h3.item_list_style_title {
    font-size: 18px !important;
  }
}

@media screen and (max-width:479px) {
  section.one-box {
    margin: 30px 0 0 !important;
  }
}


/* archiveページ ここまで */

/* 固定ページ */

/*過去の入試情報*/
.page .panel-body>.clearfix,
.post-type-past-exam .panel-body>.clearfix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;

}

.page .panel-body>.clearfix>.col-sm-6>h3,
.post-type-past-exam .panel-body>.clearfix>.col-sm-6>h3,
.post-type-past-exam h3.midashi {
  color: #003C29;
  border: 1px solid #017952;
  padding: 10px;
  background-color: #fcfff7;
}

.post-type-past-exam .col-xs-12 {
  width: 100%;
}

.post-type-past-exam .col-xs-8 {
  width: 65%;
}

.post-type-past-exam .col-xs-6 {
  width: 48%;
}

.post-type-past-exam .col-xs-4 {
  width: 32%;
}

.post-type-past-exam .l-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page .panel-body h3 {
  position: relative;
  margin-top: 30px !important;
  padding: 10px 10px 10px 30px !important;
  background: #e7f7d4;
  font-size: 22px !important;
  font-weight: 500;
  border-left: none !important;
}

.page .panel-body h3:before {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 5px;
  height: 65%;
  background: #8CC14A;
}

.page .panel-body .u_h3 h4 {
  position: relative;
  margin: 20px 0 10px;
  padding-bottom: 5px;
  font-size: 1.25rem;
  font-weight: 500;
  border-bottom: 2px solid #ddd;
}

.page .panel-body .u_h3 h4::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 8em;
  height: 2px;
  background: #8CC14A;
}

.page .panel-body .box,
.post-type-past-exam .panel-body .box {
  border: 1px solid #999;
  padding: 15px;
  display: block;
  /*width: 80%;*/
}

.page .panel-body .kde,
.post-type-past-exam .panel-body .kde {
  border-color: #939;
  background-color: #fff4ff;
}

.page .panel-body .mech,
.post-type-past-exam .panel-body .mech {
  border-color: #f30;
  background-color: #fff6f4;
}

.page .panel-body .csse,
.post-type-past-exam .panel-body .csse {
  border-color: #336799;
  background-color: #f1f8ff;
}

.page .panel-body .apsci,
.post-type-past-exam .panel-body .apsci {
  background-color: #f7f7f7;
}

.page .panel-body .civil,
.post-type-past-exam .panel-body .civil {
  border-color: #9ACB00;
  background-color: #fdfff7;
}

.page .panel-body .text-center,
.post-type-past-exam .panel-body .text-center {
  text-align: center;
  margin-bottom: 5px;
}

.post-type-past-exam .w100 .box {
  width: 100%;
}

.post-type-past-exam .w100 {
  display: block !important;
}

.post-type-past-exam .mcon img {
  vertical-align: middle;
}

@media screen and (max-width:768px) {

  .page .panel-body h3,
  .post-type-past-exam .panel-body h3 {
    font-size: 18px !important;
  }

  .page .panel-body .u_h3,
  .post-type-past-exam .panel-body .u_h3 {
    font-size: 15px;
  }

  .page .panel-body .box,
  .post-type-past-exam .panel-body .box {
    width: 100%;
    font-size: 15px;
  }
}

@media screen and (max-width:479px) {

  .page .panel-body>.clearfix>.col-sm-6,
  .post-type-past-exam .panel-body>.clearfix>.col-sm-6 {
    margin-bottom: 30px;
  }

  .page .panel-body>.clearfix,
  .post-type-past-exam .panel-body>.clearfix {
    margin-bottom: 10px;
  }
}

/* 固定ページ ここまで */

/* singleページ */
.single .panel-body>h3 {
  position: relative;
  margin: 20px 0;
  padding: 10px 10px 10px 30px !important;
  background: #e7f7d4;
  font-size: 22px !important;
  font-weight: 500;
  border-left: none !important;
}

.single .panel-body>h3:before {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 5px;
  height: 65%;
  background: #8CC14A;
}

.single .panel-body h3.title {
  position: relative;
  margin: 20px 0 10px;
  padding-bottom: 5px;
  font-size: 1.25rem;
  font-weight: 500;
  border-bottom: 2px solid #ddd;
}

.single .panel-body h3.title::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 8em;
  height: 2px;
  background: #8CC14A;
}

.single .panel-body h4 {
  position: relative;
  margin: 20px 0 10px;
  padding-bottom: 5px;
  font-size: 1.25rem;
  font-weight: 500;
  border-bottom: 2px solid #ddd;
}

.single .panel-body h4::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 8em;
  height: 2px;
  background: #8CC14A;
}

.single .mcon p,
.page .mcon p {
  line-height: 30px;
}

.single #ryugaku_info dt {
  float: left;
}

.single #ryugaku_info dd {
  padding-left: 10em;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999;
  margin-bottom: 10px;
}

.single .dean_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.single .dean_box img {
  margin-right: 20px;
}

.single .dean_box h3 {
  font-size: 110%;
  color: #2a8756;
}

@media screen and (max-width:768px) {
  .single .panel-body>h3 {
    font-size: 18px !important;
  }

  .single .mcon p, .page .mcon p {
    line-height: 25px;
    font-size: 15px !important;
  }

  .single .mcon ol li {
    line-height: 25px;
    font-size: 15px !important;
  }

  .single #ryugaku_info dt {
    font-size: 15px;
    width: 100%;
    float: none;
  }

  .single #ryugaku_info dd {
    font-size: 15px;
    width: 100%;
    padding-left: 0;
  }

  .single .u_h3 {
    font-size: 15px;
  }
}

/* singleページ ここまで */

/* 新着情報 */
.single-format-standard .panel-body p.topic {
  position: relative;
  margin: 20px 0;
  padding: 10px 10px 10px 30px !important;
  background: #e7f7d4;
  font-size: 22px !important;
  font-weight: 500;
  border-left: none !important;
}

.single-format-standard .panel-body p.topic:before {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 5px;
  height: 65%;
  background: #8CC14A;
}

.single-format-standard .breadcrumb>span:first-of-type {
  width: 10%;
}

.single-format-standard .panel-body .imagebox_outer {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.single-format-standard .panel-body .imagebox_outer .f_img_left {
  width: 45%;
}

@media screen and (max-width:1200px) {
  .single-format-standard .breadcrumb {
    width: 95%;
    margin: 20px auto 50px !important;
  }

  .single-format-standard .breadcrumb>span:first-of-type {
    width: 12%;
  }
}

@media screen and (max-width:768px) {
  .single-format-standard .panel-body p.topic {
    font-size: 18px !important;
  }

  .single-format-standard .breadcrumb {
    margin: 0 auto 50px !important;
  }

  .single-format-standard .breadcrumb>span:first-of-type {
    width: 25%;
  }

  .single-format-standard .panel-body .imagebox_outer .f_img_left {
    margin: 0 auto 20px;
    float: none;
  }
}

@media screen and (max-width:600px) {
  .single-format-standard .breadcrumb {
    display: block;
  }

  .single-format-standard .breadcrumb>span:first-of-type {
    width: auto;
  }

  .single-format-standard .breadcrumb>span:last-of-type {
    display: block;
  }
}

/* 新着情報 ここまで */


/* 新着情報カテゴリ一覧ページ */
.index_main .index_news .index_news_con .tab_pnl {
  border: none !important;
}

.index_news_list {
  border: 1px solid #ccc;
}

.category .index_news_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.category .index_news_item:last-of-type {
  border-bottom: none;
}

.category .index_news_item .index_news_item_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px 0 25px;
}

.category .index_news_item .index_news_item_date time {
  color: #666;
  font-weight: 500;
}

.category .index_news_item .index_news_item_date .index_news_item_cate {
  min-width: 95px;
  margin-left: 20px;
  padding: 5px;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  border-radius: 20px;
}

.category .index_news_item .index_news_item_date .index_news_item_cate.news {
  color: #3aad6e;
  border: 1px solid #3aad6e;
}

.category .index_news_item .index_news_item_date .index_news_item_cate.topics {
  color: #8CC14A;
  border: 1px solid #8CC14A;
}

.category .index_news_item .index_news_item_ttl {
  padding: 0 10px;
}

.index_news_item_icon_new {
  display: inline-block;
  color: #C00;
  font-size: 0.9em;
  font-weight: bold;
  margin-left: 0.3em;
}

.index_news_item_icon_new:before {
  content: "NEW";
}

.archive .news_list {
  border: 1px solid #ccc;
}

.cat_more a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: right;
  color: #666;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1;
  margin-top: 20px;
}

.cat_more a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background-image: url(/eng/images/icon/icon_archive.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width:768px) {
  .index_news_list {
    border: none;
  }

  .archive .news_list {
    border: none;
  }

  .category .index_news_item {
    width: 100%;
    padding: 20px 15px;
    border-bottom: 1px solid #ccc;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .category .index_news_item:first-of-type {
    border-top: 1px solid #ccc;
  }

  .category .index_news_item:last-of-type {
    border-bottom: 1px solid #ccc;
  }

  .category .index_news_item .index_news_item_date {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
  }

  .category .index_news_item .index_news_item_date time {
    font-size: 0.812rem;
  }

  .category .index_news_item .index_news_item_date .index_news_item_cate {
    padding: 3px 5px;
  }

  .category .index_news_item .index_news_item_ttl {
    font-size: 0.812rem;
    padding: 0;
    width: 100%;
  }

  .category .index_news_item .index_news_item_ttl .index_news_item_icon_new {
    font-size: 0.812rem;
  }

  .cat_more {
    width: 50%;
    margin: 0 auto;
  }

  .cat_more a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 15px 10px;
    background: #2b8756;
    color: #fff;
    font-size: initial;
  }

  .cat_more a::before {
    display: none;
  }
}

/* 新着情報カテゴリ一覧ページ ここまで */



/* 固定ページ【学科紹介】department */
.department_list_01 .department_item {
  margin: 0 0 40px;
}

.department_list_01 .department_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
  background-image: none;
  color: #111;
  text-decoration: none;
  border: 1px solid #2a8756;
  border-top: 5px solid #2a8756;
}

.department_list_01 .department_item a .department_item_txt {
  width: 50%;
  padding: 20px;
}

.department_list_01 .department_item a .department_item_txt h3 {
  margin: 0 0 10px;
  border: none;
}

.department_list_01 .department_item a .department_item_txt h3::before {
  display: none;
}

.department_list_01 .department_item a .department_item_img {
  position: relative;
  overflow: hidden;
  width: 50%;
}

.department_list_01 .department_item a .department_item_img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.department_list_01 .department_item a:hover .department_item_img img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

@media screen and (max-width:768px) {
  .department_list_01 .department_item {
    margin: 0 0 40px;
  }

  .department_list_01 .department_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff;
    background-image: none;
    color: #111;
    text-decoration: none;
    border: 1px solid #2a8756;
    border-top: 5px solid #2a8756;
  }

  .department_list_01 .department_item a .department_item_txt {
    width: 100%;
    padding: 20px;
  }

  .department_list_01 .department_item a .department_item_txt h3 {
    margin: 0 0 10px;
    border: none;
  }

  .department_list_01 .department_item a .department_item_txt h3::before {
    display: none;
  }

  .department_list_01 .department_item a .department_item_img {
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  .department_list_01 .department_item a .department_item_img img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }

  .department_list_01 .department_item a:hover .department_item_img img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}


/* 固定ページ【卒業生の声】voices */
.voices_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 100px;
}

.voices_top a {
  width: 25%;
}

.a_none {
  pointer-events: none;
}

.voices_area h3 {
  position: relative;
  margin: 20px 0;
  padding: 10px 10px 10px 30px !important;
  background: #e7f7d4;
  font-size: 22px !important;
  font-weight: 500;
  border-left: none !important;
}

.voices_area h3::before {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 5px;
  height: 65%;
  background: #8CC14A;
}

.voices_movie {
  margin: 0 auto 30px;
}

.voices_link {
  max-width: 500px;
  width: 80%;
  margin: 0 auto 80px;
}

.voices_link a {
  text-decoration: none;
  display: block;
  color: #2b8756;
  text-align: center;
  padding: 15px;
  border: 2px solid #2b8756;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: bold;
  transition: 0.3s ease;
}

.voices_link a:hover {
  color: #fff;
  background-color: #2b8756;
  transition: 0.3s ease;
}

.voices_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 10px;
}

.voices_box {
  width: calc(100% / 2 - 15px);
}

.voices_box .mw-150px {
  max-width: 150px;
}

.voices_kind {
  color: #fff;
  padding: 5px 50px 5px 10px;
  background-position: 100% 0%;
  background-image: url('/eng/images/voice_kind_back.png');
  background-repeat: no-repeat;
  float: left;
  min-width: 12em;
  text-align: center;
  position: relative;
}

.voices_kind::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 36px 36px 0;
  border-color: transparent #fff transparent transparent;
}

.voices_body {
  border-width: 1px;
  border-style: solid;
}

.voices_title {
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  min-height: 72px;
}

.voices_parsonal {
  padding: 10px;
  padding-right: 180px;
  min-height: 205px;
}

.vp_no_image {
  padding-right: 10px;
}

.voices_name {
  font-size: 110%;
  margin-bottom: 10px;
}

.voices_box img {
  float: right;
  margin: 10px 10px 0 0;
}

.voices_job {
  font-size: 88%;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.voices_career {
  font-size: 88%;
}

.voices_session_title {
  font-size: 110%;
  font-weight: bold;
}

.voices_content {
  padding: 10px;
  background-color: #fff;
  min-height: 505px;
}

.voices_gakka {
  margin-top: 20px;
}

ul.voice {
  margin-left: 20px;
}

.voices_content .more div {
  display: none;
  float: right;
  cursor: pointer;
}

li.text-deco {
  text-decoration: underline;
  text-decoration-color: red;
}

/*#s {
	margin-bottom			: 0;
}*/
/*p.s_box {
	padding						: 10px;
	border-width			: 0 1px 1px 1px;
	border-color			: #ccc;
	border-style			: solid;
}*/
#moreNavi {
  position: fixed;
  bottom: 5px;
  right: 5px;
}

/*        mech        */
#mech .voices_box, #mech .voices_body {
  border-color: #7DC487;
}

#mech .voices_kind {
  background-color: #7DC487;
}

#mech .voices_title {
  background-color: #CAE5C9;
}

#mech .voices_body {
  background-color: #EEF6E0;
}

#mech .voices_job {
  border-color: #7DC487;
}

#mech .voices_session_title {
  color: #77C184;
}

/* * * * * * * * * * */
/*        civil        */
#civil .voices_box, #civil .voices_body {
  border-color: #E9777C;
}

#civil .voices_kind {
  background-color: #E9777C;
}

#civil .voices_title {
  background-color: #F7D1CD;
}

#civil .voices_body {
  background-color: #FDF1E1;
}

#civil .voices_job {
  border-color: #E9777C;
}

#civil .voices_session_title {
  color: #EB8472;
}

#civil .voices_content.wide {
  min-height: 655px;
}

/* * * * * * * * * * */
/*        chem        */
#chem .voices_box, #chem .voices_body {
  border-color: #F9D034;
}

#chem .voices_kind {
  background-color: #F9D034;
}

#chem .voices_title {
  background-color: #FCEAA9;
}

#chem .voices_body {
  background-color: #FEFBE9;
}

#chem .voices_job {
  border-color: #F9D034;
}

#chem .voices_session_title {
  color: #F0C443;
}

/* * * * * * * * * * */
/*        eee        */
#eee .voices_box, #eee .voices_body {
  border-color: #3A9ED2;
}

#eee .voices_kind {
  background-color: #3A9ED2;
}

#eee .voices_title {
  background-color: #C4DCEF;
}

#eee .voices_body {
  background-color: #EFF8FD;
}

#eee .voices_job {
  border-color: #91B7C6;
}

#eee .voices_session_title {
  color: #3A9ED2;
}

#eee .voices_content.wide {
  min-height: 680px;
}

/* * * * * * * * * * */
/*       csse        */
#csse .voices_box, #csse .voices_body {
  border-color: #F7AC31;
}

#csse .voices_kind {
  background-color: #F7AC31;
}

#csse .voices_title {
  background-color: #FDD993;
}

#csse .voices_body {
  background-color: #F6F2E5;
}

#csse .voices_job {
  border-color: #A28A6B;
}

#csse .voices_session_title {
  color: #F5A34E;
}

#csse .voices_content.wide {
  min-height: 805px;
}

/* * * * * * * * * * */
/*        kde        */
#kde .voices_box, #kde .voices_body {
  border-color: #AFD228;
}

#kde .voices_kind {
  background-color: #AFD228;
}

#kde .voices_title {
  background-color: #DFEB99;
}

#kde .voices_body {
  background-color: #F7FAE6;
}

#kde .voices_job {
  border-color: #91B7C6;
}

#kde .voices_session_title {
  color: #8AB528;
}

/* * * * * * * * * * */
/*        kankyo        */
#kankyo .voices_box, #kankyo .voices_body {
  border-color: #B294C4;
}

#kankyo .voices_kind {
  background-color: #B294C4;
}

#kankyo .voices_title {
  background-color: #D9CCE4;
}

#kankyo .voices_body {
  background-color: #F2EDF6;
}

#kankyo .voices_job {
  border-color: #B294C4;
}

#kankyo .voices_session_title {
  color: #8E61A5;
}

#kankyo .voices_content.wide {
  min-height: 865px;
}

/* * * * * * * * * * */
/ voices movie /
table.voices_m {
  margin: 0 0 0 10px;
}

video {
  display: block;
  margin: 0 auto;
  width: 100%;
}

/*/

/ abolition /
.abolition_box {
  margin: 30px 0;
}

/*/

@media screen and (max-width:1024px) {
  .voices_area {
    padding: 0 10px;
  }
}

@media screen and (max-width:768px) {
  .voices_top a {
    width: 50%;
  }

  .voices_area {
    padding: 0;
  }

  .voices_area h3 {
    font-size: 18px !important;
  }

  .voices_link {
    margin: 0 auto 50px;
  }

  .voices_link a {
    font-size: 16px;
  }

  .voices_box {
    width: 100%;
  }

  .voices_title {
    min-height: unset;
    font-size: 15px;
  }

  .voices_content {
    min-height: unset;
  }

  .voices_content.wide {
    min-height: unset !important;
  }
}

@media screen and (max-width:479px) {
  .voices_top a {
    width: 100%;
  }

  .voices_link a {
    font-size: 14px;
    padding: 12px;
    border-width: 1px;
  }

  .voices_link {
    margin: 0 auto 30px;
  }

  .voices_movie {
    margin: 0 auto 20px;
  }

  .voices_kind {
    font-size: 14px;
  }

  .voices_kind::before {
    border-width: 0 32.5px 32.5px 0;
  }

  .voices_parsonal {
    padding: 10px;
    min-height: unset;
  }

  .voices_session_title {
    font-size: 100%;
  }

  .voices_box img {
    float: none;
    padding: 0 10px;
  }
}

@media screen and (max-width:370px) {
  .voices_link {
    width: 85%;
  }

  .voices_link a {
    font-size: 13px;
  }
}

/* 固定ページ【卒業生の声】voice ここまで */

/* TOP renew */

.top_renew {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.top_renew_m h2,
.page-id-7126 .top_renew_m h2 {
  text-align: center;
  color: #fff;
  font-size: 1.875vw;
}

.top_renew_m h2 span,
.page-id-7126 .top_renew_m h2 span {
  font-size: 1.5625vw;
}

.top_renew_w_frame {
  position: absolute;
  top: 65%;
  left: 20vw;
  transform: translate(-50%, -50%);
  width: 29.7vw;
  padding: 20px;
  background-color: #fff;
}

.top_renew_w_frame h2 {
  font-size: 1.24vw;
  text-align: center;
}

.top_renew_w_frame h2 span {
  font-size: 1vw;
}


.top_renew_w_frame p {
  font-size: 1.2vw;
}

.home .top_renew_w_frame p,
.page-id-7126 .top_renew_w_frame p {
  font-size: 0.9375vw;
}

.top_renew_w_frame .link_renew {
  text-align: right;
}

.top_renew_w_frame .link_renew a {
  font-size: 23px;
  color: red;
}

.home .top_renew_w_frame .link_renew a,
.page-id-7126 .top_renew_w_frame .link_renew a {
  font-size: 0.9375vw;
  color: red;
}

@media only screen and (max-width: 1024px) {

  .home .index_slider_bg .index_slider .index_slider_title,
  .page-id-7126 .index_slider_bg .index_slider .index_slider_title {
    top: 33%;
    width: 200px;
  }

  .top_renew_m h2 {
    font-size: 2.734375vw;
  }

  .home .top_renew_m h2,
  .page-id-7126 .top_renew_m h2 {
    font-size: 2.1484375vw;
  }

  .top_renew_w_frame h2 span {
    font-size: 1.953125vw;
  }

  .home .top_renew_m h2 span,
  .page-id-7126 .top_renew_m h2 span {
    font-size: 1.7578125vw;
  }

  .top_renew_w_frame h2 {
    font-size: 2.34375vw;
  }

  .top_renew_w_frame p {
    font-size: 2.34375vw;
  }

  .home .top_renew_w_frame p,
  .page-id-7126 .top_renew_w_frame p {
    font-size: 1.5625vw;
  }


  .top_renew_w_frame .link_renew a {
    font-size: 2.34375vw;
  }

  .home .top_renew_w_frame .link_renew a,
  .page-id-7126 .top_renew_w_frame .link_renew a {
    font-size: 1.5625vw;
  }

  .top_renew_w_frame {
    top: 70%;
    left: 50%;
    width: 65%;
  }
}

@media only screen and (max-width: 768px) {

  .page-id-7126 .index_slider_bg .index_slider {
    min-height: 400px;
  }

  .home .index_slider_bg .index_slider .index_slider_title,
  .page-id-7126 .index_slider_bg .index_slider .index_slider_title {
    top: 34%;
    width: 110px;
  }

  .home .top_renew_w_frame,
  .page-id-7126 .top_renew_w_frame {
    width: 85%;
  }

  .top_renew_m h2 {
    font-size: 2.08vw;
  }

  .top_renew_m h2 span {
    font-size: 1.823vw
  }

  .top_renew_w_frame h2 {
    font-size: 2.08vw;
  }

  .top_renew_w_frame h2 span {
    font-size: 1.823vw;
  }

  .top_renew_w_frame p {
    font-size: 1.823vw;
  }

  .home .top_renew_w_frame p,
  .page-id-7126 .top_renew_w_frame p {
    font-size: 1.5625vw;
  }

  .top_renew_w_frame .link_renew a {
    font-size: 1.823vw;
  }

  .home .top_renew_w_frame .link_renew a,
  .page-id-7126 .top_renew_w_frame .link_renew a {
    font-size: 1.5625vw;
  }

  .top_renew_w_frame {
    top: 75%;
    width: 50%;
    padding: 10px;
  }
}

@media only screen and (max-width: 469px) {

  .home .index_slider_bg .index_slider .index_slider_title,
  .page-id-7126 .index_slider_bg .index_slider .index_slider_title {
    top: 34%;
    width: 110px;
  }

  .top_renew_m h2 {
    font-size: 3.02vw;
  }

  .home .top_renew_m h2,
  .page-id-7126 .top_renew_m h2 {
    font-size: 3.72vw;
  }

  .top_renew_m h2 span {
    font-size: 2.32vw
  }

  .home .top_renew_m h2 span,
  .page-id-7126 .top_renew_m h2 span {
    font-size: 3.25vw;
  }

  .top_renew_w_frame h2 {
    font-size: 3.02vw;
  }

  .top_renew_w_frame h2 span {
    font-size: 2.32vw
  }

  .top_renew_w_frame p {
    font-size: 2.32vw
  }

  .home .top_renew_w_frame p,
  .page-id-7126 .top_renew_w_frame p {
    font-size: 2.7vw
  }

  .top_renew_w_frame .link_renew a {
    font-size: 2.32vw
  }

  .home .top_renew_w_frame .link_renew a,
  .page-id-7126 .top_renew_w_frame .link_renew a {
    font-size: 2.7vw
  }

  .top_renew_w_frame {
    width: 80%;
  }
}





/* TOP renew ここまで*/


/* 固定ページ renew */

.page-id-6991 .renew_img {
  width: 30%;
  margin: 20px 0 30px;
}

.renew_h5 {
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .page-id-6991 .renew_img {
    width: 80%;
    margin: 20px auto 20px;
  }

  .renew_table_box {
    padding: 0 3%;
  }

  .renew_h5 {
    margin-bottom: 50px;
  }
}


/* 固定ページ renew ここまで*/


/* 受験生について入試 */
ul.item_list_style_parent li.nyushi_kome {
  width: calc(96% / 3 *2);
  list-style: none;
  border: none;
  text-align: left;
  margin: 1% 0;
  justify-content: center;
  align-items: center;
  vertical-align: revert;
  display: flex;
}

ul.item_list_style_parent li.nyushi_kome a {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin: auto;
  color: #000;
}

ul.item_list_style_parent li.nyushi_kome a span {
  color: #2b8756;
}

#nyushi {
  scroll-margin-top: 200px;
}

@media only screen and (max-width: 1024px) {
  ul.item_list_style_parent li.nyushi_kome a {
    font-size: 16px;
    display: block
  }
}

@media only screen and (max-width: 768px) {
  #nyushi {
    scroll-margin-top: 100px;
  }
}

/* 受験生について入試　ここまで */

/* フッター */
.ft_bg .ft .ft_address .ft_logo img {
  max-width: 300px;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) and (max-width: 769px) {
  .ft_bg .ft .ft_nav {
    width: 250px !important;
  }
}

/* フッター ここまで */