/*--------------------------------------------------------------
* 基本?共通設定
*-------------------------------------------------------------*/

/* WebFontのダウンロード */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html {
  font-size: 62.5%; /*  1em = 10pxにする  */
}

h1,
h2,
h3,
h4,
p,
a,
ul,
li {
  /*
    color: #898989;
*/
  color: #666;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 1.4rem;
  font-weight: 200;
}

h1,
h2,
h3 {
  color: #ff9900; /* default color */
  font-weight: 700;
  line-height: 140%;
  text-align: center;
}

h1 {
  font-size: 1.8rem;
}

h1.en {
  font-size: 2.6rem; /* 英語見出し */
}

h2 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 5px;
}

h3 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 5px;
}

h4 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 10px;
  margin-bottom: 5px;
  text-align: left;
}

/*--------------------------------------------------------------
* 全ページ共通のコンテンツ
*-------------------------------------------------------------*/

/**
* Header
*/
.header {
  position: fixed;
  left: 0;
  height: 50px;
  background-color: #212e34;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
  z-index: 400;
}

.header * {
  height: 100%;
}

.header .header-logo {
  padding-left: 20px;
}

.header .side-btn {
  text-align: right;
  padding-right: 20px;
}

.header .side-btn img {
  height: 40%;
}

/**
* Container
*/
.container {
  max-width: 600px;
  z-index: 100;
  margin-top: 50px;
}

#top {
  padding-bottom: 15px;
}

.top {
  padding-bottom: 15px;
}

.top .top-img {
  margin-bottom: 10px;
}

.top-img .top-major {
  margin-bottom: 20px;
}

.top .top-title {
  width: 95%;
  margin: 0 auto;
}

.top-title p {
  margin-top: 0;
}

.top h1 {
  margin-bottom: 10px;
}

/**
* Footer
*/
.footer {
  border-top: 7px solid #ff9900; /* defaulut color */
  margin-top: 5%;
  padding: 30px 0 20px;
  text-align: center;
  background-color: #212e34;
}

.footer img {
  width: 60%;
}

.footer ul {
  padding-top: 5px;
}

div.footer ul {
  padding-left: 0;
}

.footer ul li {
  vertical-align: top;
  line-height: 1px;
  margin-top: 15px;
  font-size: 30px;
}

.footer ul li a {
  color: white;
}

.footer ul li img {
  vertical-align: top;
  height: 15px;
  width: 15px;
  margin-right: 8px;
}

/**
* Side-Menu
*/
#side-menu {
  position: fixed;
  background-color: #212e34;
  top: 50px;
  bottom: 0px;
  width: 700px;
  z-index: 300;
  right: 0px;
  overflow: auto;
}

.side-menu-list {
  border-bottom: 1px solid #eee;
  display: table;
  width: 85%;
  height: 6rem;
  margin: 10px auto;
}

.list-img img {
  height: 5rem;
  margin-right: 0.5rem;
}

.list-img,
.list-text {
  display: table-cell;
  vertical-align: middle;
}

.list-text .list-text-title {
  font-size: 2rem;
  margin-bottom: 0;
}

.list-text .list-text-subtitle {
  font-size: 1rem;
  margin: 0;
}

.side-menu-list .list-text p {
  color: #ffffff;
}

/*--------------------------------------------------------------
* 各ページのコンテンツ
*-------------------------------------------------------------*/

/**
* OCトップページ
* index.html
*/
.main-menu {
  padding: 20% 0 8%;
  /* default image */
  background-image: url(/_themes/wakayama-u/oc/img/menu_voc_top.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-menu h2 {
  font-size: 2.4rem;
  font-weight: 300;
  color: #ffffff;
}

.menu-btns {
  width: 90%;
  margin: 0 auto;
}

.menu-btns .menu-btn {
  padding: 0;
  text-align: center;
}

/*大学のイメージカラーを背景にする*/
.menu-btn img {
  width: 70%;
  border: 2px solid white;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 rgba(35, 25, 22, 0.7);
  padding-top: 0;
  background-color: #ff9900;
}

.menu-btn-f img {
  width: 80%;
  border-radius: 50px;
}

.menu-btn p {
  color: #ffffff;
  margin: 5px 0;
  /*
    margin-top: 10px;
*/
}

.top .main-img {
  margin-bottom: 20px;
}

.exam-info {
  margin-top: 30px;
  width: 80%;
}

.exam-info h1 {
  margin-bottom: 5px;
}

.program-all {
  border: 2px white solid;
  border-radius: 7px;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 5px 0px 5px 0px;
  width: 180px;
  text-align: center;
  color: #ffffff;
  background-color: #ff9900;
}

.program-all a {
  color: #ffffff;
  text-decoration: none;
  font-size: 125%;
}

/* バーチャルオープンキャンパスのQ&Aページ */
table.faq-table {
  margin: 0px 10px 20px 10px;
  border: 1px #898989 dotted;
  color: #898989;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 1.3rem;
  font-weight: 200;
}

table.faq-table th {
  border: none;
  padding: 10px;
  width: 1rem;
  font-weight: bold;
}

table.faq-table td {
  border: none;
  padding: 10px;
}

table.faq-table td a {
  font-size: 1.3rem;
  text-decoration: underline;
}

table.faq-table td li {
  color: #898989;
  font-size: 1.3rem;
  list-style-type: disc;
}

table.faq-table td blockquote {
  font-size: 1.3rem;
  line-height: 20px;
}

table.faq-table td a.externallink:after {
  content: ""; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 20px; /*画像の幅*/
  height: 12px; /*画像の高さ*/
  background-image: url(/_files/00212885/externalLink.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

table.faq-table th.faq-question,
table.faq-table td.faq-question {
  border-bottom: dotted 1px #999;
}

table.faq-table-wu th {
  color: #f18b00;
}

table.faq-table-edu th {
  color: #8e8248;
}

table.faq-table-eco th {
  color: #737f99;
}

table.faq-table-sys th {
  color: #a4586c;
}

table.faq-table-tou th {
  color: #2b8e9c;
}

a.iconPdf {
  padding-right: 24px;
  background: url(/_themes/wakayama-u/tmpl-img/ico_pdf01.png) no-repeat right
    center;
}

/**
* 図書館?センター等のページ内リンク
* center.html
*/

div.body ul.pageLink {
  margin: 0;
  padding: 5px 0px;
  background-color: #f90;
  background-image: url(/_files/00214872/stripe_ff9900.png);
  /* フレキシブル?レイアウト */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.body ul.pageLink li {
  width: calc(50% - 16px);
  vertical-align: top; /* li要素を上端揃えに */
  margin: 5px 5px;
  padding: 0px;
  border: 3px solid #fff;
  border-radius: 10px;
  background-color: #f90;
  list-style: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}
div.body ul.pageLink li a {
  margin: 0;
  padding: 10px;
  color: white;
  font-size: 1.2rem;
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}

/**
* OC全学ページのh3,h4
* index.html
*/

h3 {
  margin: 20px 0px 20px 0px;
  padding: 10px 0px 10px 0px;
  background: #eca047;
  color: #ffffff;
  font-weight: bold;
}

h4 {
  margin: 10px 0px 5px 10px;
  padding: 0px 0px 0px 5px;
  font-weight: bold;
  font-size: 150%;
  border-left: 3px solid #eca047;
}

/*-----------------------
 * 上に戻るボタン
 *---------------------*/

#pageTop p {
  margin-bottom: 0;
  position: fixed;
  right: 20px;
  bottom: 20px;
}

/* 画面の右側にへばりつかないようにする */
@media screen and (min-width: 575px) {
  #pageTop p {
    right: auto !important;
    left: auto;
    margin-left: 495px;
  }
}

/*-----------------------
 * フッターナビゲーション
 *---------------------*/

.footer-nav {
  max-width: 575px;
  position: fixed;
  bottom: 0;
  text-align: center;
}

.footer-nav .nav-icon-list {
  margin-left: 0;
}

.footer-nav .static {
  position: relative;
  margin-left: 0;
}

.nav-icon-list .icon-img {
  position: relative;
  padding-left: 0;
}

.icon-img img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer-with-nav {
  margin-top: 0;
}
.main .with-footer-nav {
  position: relative;
  padding-bottom: 95px;
}
.uk-subnav img.on {
  display: none;
}
.uk-subnav img.off {
  display: inline;
}
.uk-subnav .uk-active img.on {
  display: inline;
}
.uk-subnav .uk-active img.off {
  display: none;
}

/* 追加分 */
/*-----------------------
 * 全学デザインパーツ
 *---------------------*/
.body p {
  margin: 0 10px 10px 10px;
}
.body .pageNavi {
  padding: 10px;
  color: #999;
  background-color: #f5f5f5;
  border-radius: 6px;
  text-align: center;
}

.body .tagline {
  display: block;
  padding: 10px 35px 10px 15px;
  background-color: #f5f5f5;
  color: #333;
  text-decoration: none;
  border: 1px solid #ddd;
}

/*--------------------
 * 外部リンク(externalLink)表示
 * (2020年度VOC)
 * 画像はページ内で読み込む
 *--------------------*/
.external {
  width: 3%;
  margin-left: 5px;
}

/*--------------------
 *万博体育平台_万博体育投注【app官网】フォーム設定
 *(2020年度VOC)
 *-------------------*/
/* 問い合わせフォーム　戻る　を非表示 */
div.surveyForm div.back,
div.enqueteSent div.back {
  display: none;
}

/* 「確認画面へ」ボタンを大きく表示 */
div.submit input[type="submit"] {
  width: 50%;
  height: 50px;
  margin-left: 25%;
  margin-bottom: 30px;
  font-size: 1.5rem;
}

/* 質問内容本文の文字を大きく表示
 * フォーム内では設定できない */
div.question {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: 10px;
}

/* 項目名の必須文字（記号）を赤色に
 * フォーム内では設定できない */
div.question .note {
  color: red;
}

/* input項目の高さを大きくする
 * フォーム内では設定できない */
div.question input[type="text"] {
  height: 2rem;
}

/* 確認画面での入力文字列のサイズやマージンの調整
 * フォーム内では設定できない */
div.columns div.field {
  font-size: 1.3rem;
  margin-left: 2rem;
  margin-bottom: 2rem;
}

/* 入力フォームのマージンを再調整
 * フォーム内では設定できない */
div.columns div.field input.textField,
div.columns div.field select.select,
div.columns div.field textarea.textArea {
  margin-left: -1rem;
}

/* フォーム送信前の確認画面 */
div.confirmMessage {
  font-size: 1.5rem;
  font-weight: 700;
  color: red;
  margin: 0 1rem 2rem;
}

/* フォーム送信前の確認画面 */
div.enqueteSent div.message {
  margin: 0 1rem 2rem;
}

/*--------------------
 *YouTube動画フレーム設定
 *(2020年度VOC)
 *-------------------*/
/* 横16:縦9 */
p.youtube_16_9 {
  position: relative;
  width: 100%;
  height: 0px;
  margin: 0 0 10px 0;
  padding-top: 56.25%;
}

/* 横4:縦3 */
p.youtube_4_3 {
  position: relative;
  width: 100%;
  height: 0px;
  margin: 0 0 10px 0;
  padding-top: 75%;
}

p iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
