@charset "UTF-8";
/*
Theme Name: 岡山大学一覧サイト用テーマ
Description: Okadai Connect Board専用テーマ
Version: 1.1
Author: hareweb*
*/
body {
  background: white;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
  font-size: 14px;
  color: #666666;
  -webkit-font-smoothing: antialiased;
  width: 100%;
}
@media (min-width: 520px) {
  body {
    width: 100%;
  }
}
@media (max-width: 599px) {
  body {
    width: 100%;
  }
}
@media (min-width: 600px) {
  body {
    width: 100%;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  body {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  body {
    width: 100%;
  }
}
@media (min-width: 960px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
}
@media (max-width: 959px) {
  body {
    width: 100%;
  }
}
@media (max-width: 1279px) {
  body {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  body {
    width: 100%;
  }
}

@media (max-width: 599px) {
  .notsp {
    display: none !important;
  }
}

@media (min-width: 600px) and (max-width: 959px) {
  .nottab {
    display: none !important;
  }
}

@media (min-width: 600px) {
  .sponly {
    display: none !important;
  }
}

@media screen and (min-width: 340px) {
  .ip5only {
    display: none !important;
  }
}

@media (max-width: 599px) {
  .tabonly {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .tabonly {
    display: none !important;
  }
}

@media (min-width: 960px) {
  .mobonly {
    display: none !important;
  }
}

@media (max-width: 959px) {
  .pconly {
    display: none !important;
  }
}

@media (max-width: 1279px) {
  .pcwonly {
    display: none !important;
  }
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  line-height: 0;
}

a {
  color: #027DC5;
  text-decoration: none;
}
a:hover {
  color: #65BAF7;
  text-decoration: underline;
}

a, a:focus {
  outline: none;
}

.txt-center {
  text-align: center !important;
}
.txt-right {
  text-align: right !important;
}

em {
  color: red;
  font-style: normal;
}

.btn {
  max-width: 300px;
  margin: auto;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}
.btn:hover {
  text-decoration: none;
}
.btn.btn_external {
  background: #5DA2B8;
  color: #fff;
}
.btn.btn_external:hover {
  background: #027DC5;
}

header {
  position: relative;
}
header .inner {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
  padding: 20px 20px 0;
}
header h1 {
  width: 250px;
  height: auto;
}
@media (max-width: 599px) {
  header h1 {
    margin: auto;
  }
}
header h1 img {
  display: block;
}
header .trs {
  display: none;
}
@media (min-width: 600px) {
  header .trs {
    display: block;
    background: #fff;
    width: 230px;
    border: solid 1px #B3B3B3;
  }
}
header .trs a {
  display: block;
  padding: 15px;
}
header .trs a.hover {
  opacity: 0.8;
}

#tab_area {
  margin: 30px 0 0;
  border-bottom: solid 5px #90C67F;
}
#tab_area.program-act {
  border-bottom: solid 5px #5DA2B8;
}
#tab_area.projects-act {
  border-bottom: solid 5px #90C67F;
}
#tab_area.information-act {
  border-bottom: solid 5px #D58F8A;
}

.tab_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .tab_wrapper {
    max-width: 1000px;
    margin: auto;
  }
}
.tab_wrapper li {
  width: 32%;
  padding: 0.6em 0.8em 0.3em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  line-height: 1.1;
  cursor: pointer;
}
.tab_wrapper li#tab-program {
  background: #9DCBD9;
  border: solid 1px #9DCBD9;
}
.tab_wrapper li#tab-program.active {
  background: #5DA2B8;
  border: solid 1px #5DA2B8;
}
.tab_wrapper li#tab-program.hover {
  background: #5DA2B8;
}
.tab_wrapper li#tab-projects {
  background: #ACD59C;
  border: solid 1px #ACD59C;
}
.tab_wrapper li#tab-projects.active {
  background: #90C67F;
  border: solid 1px #90C67F;
}
.tab_wrapper li#tab-projects.hover {
  background: #90C67F;
}
.tab_wrapper li#tab-information {
  background: #DDA5A1;
  border: solid 1px #DDA5A1;
}
.tab_wrapper li#tab-information.active {
  background: #D58F8A;
  border: solid 1px #D58F8A;
}
.tab_wrapper li#tab-information.hover {
  background: #D58F8A;
}
.tab_wrapper li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 599px) {
  .tab_wrapper li span.hide {
    display: none;
  }
  .tab_wrapper li span.show {
    display: inline-block;
  }
}
.tab_wrapper li .show {
  display: none;
}

main {
  padding: 30px 0;
}
.home main, main.program-act {
  background: #F7FAFB;
}
main.projects-act {
  background: #F9FCF9;
}
main.information-act {
  background: #FCF9F9;
}

#contents_wrapper {
  padding: 0 20px;
}
@media (min-width: 768px) {
  #contents_wrapper {
    max-width: 1000px;
    margin: auto;
  }
}
#contents_wrapper .nothing {
  padding: 20px 0 0;
}

.contentTable {
  width: 100%;
  background: #fff;
  margin-bottom: 20px;
  border: solid 2px #B3B3B3;
}
.contentTable th, .contentTable td {
  text-align: left;
  padding: 15px;
  vertical-align: middle;
  border: solid 1px #B3B3B3;
  box-sizing: border-box;
}
.contentTable th {
  font-size: 15px;
}
.contentTable td p {
  margin-bottom: 1.5em;
}
.contentTable td ul, .contentTable td ol {
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}
.contentTable td ul {
  list-style: disc;
}
.contentTable td ul.wish_list {
  padding-left: 0;
}
.contentTable td ol {
  list-style: decimal;
}
.contentTable td *:last-child {
  margin-bottom: 0;
}
.contentTable td a {
  word-break: break-all;
}
.contentTable .title {
  width: 100%;
  text-align: left;
}
.contentTable .narrow {
  width: 11%;
}
.contentTable .w20 {
  width: 25%;
}
.contentTable .wide {
  width: 53%;
}
.contentTable .external_btnArea {
  text-align: center;
}
.contentTable .tb-flex {
  display: flex;
  justify-content: space-between;
}
.contentTable .tb-flex .flex-right {
  font-size: 14px;
  font-weight: normal;
  color: #666;
}
.contentTable .tb-flex .flex-right i {
  margin-right: 0.1em;
}
.contentTable .tb-flex .flex-right span {
  display: inline-block;
}
.contentTable .tb-flex .flex-right span:nth-of-type(2) {
  margin-left: 15px;
}
.contentTable .icon {
  display: inline-block;
  margin-right: 0.5em;
  padding: 3px 5px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: #EE4157;
  border-radius: 3px;
}
.contentTable .icon-new {
  color: yellow;
}
.contentTable.projects-table th {
  width: 18%;
}
.contentTable.projects-table .w25 {
  width: 25%;
}
.contentTable.projects-table .w20 {
  width: 20%;
}
.contentTable.information-table th {
  width: 10%;
}
@media (max-width: 599px) {
  .contentTable, .contentTable tbody, .contentTable tr, .contentTable th, .contentTable td {
    display: block;
    width: 100% !important;
  }
  .contentTable th {
    padding: 10px 15px;
    border: none;
    border-top: solid 1px #B3B3b3;
    border-bottom: solid 1px #B3B3b3;
  }
  .contentTable tbody tr:first-of-type th {
    border: none;
  }
  .contentTable td {
    padding: 10px 15px;
    border: none;
  }
  .contentTable td.txt-center {
    text-align: left !important;
  }
  .contentTable .tb-flex {
    display: block;
  }
  .contentTable .tb-flex .flex-right {
    margin-top: 5px;
    font-size: 11px;
  }
  .contentTable .tb-flex .flex-right span:nth-of-type(2) {
    margin-left: 5px;
  }
}

.desired_fields span {
  display: inline-block;
  margin-right: 0.2em;
}
.desired_fields span::after {
  content: ",";
  display: inline-block;
  margin-left: 0.2em;
}
.desired_fields span:last-of-type::after {
  content: "";
  display: none;
}

.wish_list li {
  display: inline-block;
  margin-right: 20px;
}

a.wish_file[href$=".pdf"] .file_type::after {
  content: "";
  margin-left: 8px;
  font-family: FontAwesome;
  text-decoration: none;
}

a.wish_file[href$=".doc"] .file_type::after,
a.wish_file[href$=".docx"] .file_type::after {
  content: "";
  margin-left: 8px;
  font-family: FontAwesome;
  text-decoration: none;
}

a.wish_file[href$=".xls"] .file_type::after,
a.wish_file[href$=".xlsx"] .file_type::after {
  content: "";
  margin-left: 8px;
  font-family: FontAwesome;
  text-decoration: none;
}

footer {
  padding-top: 25px;
  border-top: solid 1px #5DA2B8;
}

#ftinfo {
  max-width: 400px;
  margin: auto;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  #ftinfo {
    background: #fff;
    padding: 25px 0;
  }
}
@media (min-width: 768px) {
  #ftinfo {
    max-width: auto;
    max-width: initial;
  }
  .ie #ftinfo {
    max-width: none;
  }
}
#ftinfo .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  #ftinfo .inner {
    flex-direction: row;
  }
}

.okadaiInfo {
  width: 100%;
}
@media (min-width: 768px) {
  .okadaiInfo {
    width: 450px;
  }
}
.okadaiInfo figure {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.okadaiInfo figure img {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .okadaiInfo figure img {
    width: auto;
    max-width: 100%;
    margin: 0;
  }
}
.okadaiInfo figure figcaption {
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .okadaiInfo figure figcaption {
    font-size: 12px;
    line-height: 1.3;
    padding-left: 8px;
  }
}
.okadaiInfo figure figcaption .spnone {
  display: none;
}
@media (min-width: 768px) {
  .okadaiInfo figure figcaption .spnone {
    display: block;
  }
}
.okadaiInfo figure figcaption span {
  display: inline-block;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .okadaiInfo figure figcaption span {
    display: inline;
    margin-left: 0;
  }
}
.okadaiInfo p {
  font-size: 14px;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .okadaiInfo p {
    margin: 10px 0 10px 8px;
  }
}

.kanrenLink ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .kanrenLink ul {
    width: 440px;
  }
}
.kanrenLink ul li {
  list-style: none;
  width: 100%;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .kanrenLink ul li {
    width: auto;
    margin-bottom: 15px;
  }
}
.kanrenLink ul li:last-of-type {
  width: 100%;
  margin-bottom: 0;
}
.kanrenLink ul li.bnramed {
  padding: 8px;
  border: solid 1px #dcdcdc;
}
.kanrenLink ul li.bnramed img {
  display: block;
  border: none;
}
.kanrenLink ul li img {
  width: 100%;
  max-height: 65px;
  margin: auto;
  border: solid 1px #dcdcdc;
}
@media (min-width: 768px) {
  .kanrenLink ul li img {
    max-height: auto;
    max-height: initial;
  }
}

.bnramed {
  width: 100%;
  justify-content: center;
  text-align: center;
}

.copy {
  padding: 10px 0 8px;
  text-align: center;
}