@charset "UTF-8";

/* CSS Document */

#opportunities .inner {
  width: 960px;
  margin: 0 auto;
}

#opportunities .attntion p {
  font-size: 0.9em;
  line-height: 1.4em;
  color: #d61826;
}

#opportunities table {
  border-top: dotted 1px #ccc;
  width: 960px;
  line-height: 1.2em;
}


/*============================================================================================
↓年度========================================================
============================================================================================*/

#opportunities .year {
  display: table;
}

#opportunities .year li {
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #d61826;
}

#opportunities .year li:first-child a {
  padding-left: 0px;
}

opportunities .year li:nth-child(2) {
  border-left: 1px solid #d61826;
}

#opportunities .year li a {
  display: block;
  padding: 0px 20px;
  color: #d61826;
  text-decoration: none;
}

#opportunities .year li a:hover {
  background-color: #fdf5f6;
}


/*============================================================================================
↓選ぶところ========================================================
============================================================================================*/

#opportunities .choice {
  display: table;
}

#opportunities .choice li {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}


/*============================================================================================
↓表========================================================
============================================================================================*/

#opportunities table {
  border-top: dotted 1px #ccc;
  width: 960px;
  line-height: 1.2em;
  font-size: 0.9em;
  margin-top: 20px;
}

#opportunities tr {
  border-bottom: dotted 1px #ccc;
}

#opportunities th {
  padding: 0.4em;
  background-color: #f8f8f8;
  text-align: center;
  border-right: dotted 1px #ccc;
}

#opportunities th:last-child {
  border-right: none;
}

#opportunities td {
  padding: 0.4em;
  border-bottom: none;
  border-right: dotted 1px #ccc;
}

#opportunities td a {
  color: #d61826;
}

#opportunities td:last-child {
  border-right: none;
}

.width40 {
  width: 40px;
}

.width60 {
  width: 60px;
}

.width116 {
  width: 116px;
}


/*============================================================================================
↓プログラム詳細ページ========================================================
============================================================================================*/

.program {
  color: #d61826;
  font-size: 1.4em;
}

.opportunities-img {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.opportunities-img li {
  width: 314px;
  float: left;
  margin-right: 9px;
  margin-bottom: 14px;
}

.opportunities-img li img {
  width: 100%;
}

.opportunities-img li:nth-child(3n) {
  margin-right: 0px;
}

.h200 {
  height: 200px
}

.h400 {
  height: 400px
}


/*============================================================================================
↓危機管理========================================================
============================================================================================*/

#risk .inner {
  width: 960px;
  margin: 0 auto;
}

#risk a {
  background-color: #fff;
  color: #d61826;
  padding: 10px 20px 10px 40px;
  padding: 10px 20px;
  text-decoration: none;
  border: 1px solid #d61826;
  margin-top: 10px;
  display: inline-block;
}

/*
#risk .important {
  border: 2px solid #d61826;
  font-weight: bold;
  background: url(../../img/bg-dot.png) top left repeat;
  background: url(../../img/bg-dot.png) top left repeat;
}
*/

#risk .calm,
#risk a[href^="http://"],
#risk a[href^="https://"] {
  color: #043d60;
  border: 1px solid #043d60;
}

#risk .calmbg,
#risk .calmbg[href^="http://"],
#risk .calmbg[href^="https://"] {
  background-color: #043d60;
  color: #fff;
  border: 1px solid #043d60;
}

#risk .highlight,
#risk .highlight[href^="http://"],
#risk .highlight[href^="https://"] {
  background-color: #d61826;
  color: #fff;
  border: 1px solid #d61826;
}

#risk .normal[href^="http://"],
#risk .normal[href^="https://"] {
  color: #d61826!important;
  border: 1px solid #d61826!important;
}

#risk a:hover {
  background-color: #d61826;
  color: #fff;
}

#risk .calm:hover,
#risk a[href^="http://"]:hover,
#risk a[href^="https://"]:hover {
  background-color: #043d60;
}

#risk .calmbg:hover,
#risk .calmbg[href^="http://"]:hover,
#risk .calmbg[href^="https://"]:hover {
  background-color: #fff;
  color: #043d60!important;
}

#risk .highlight:hover,
#risk .highlight[href^="http://"]:hover,
#risk .highlight[href^="https://"]:hover {
  background-color: #fff;
  color: #d61826!important;
}

#risk .normal[href^="http://"]:hover,
#risk .normal[href^="https://"]:hover {
  background-color: #d61826;
  color: #fff!important;
}

#risk a > i {
  padding: 0 0 0 15px;
  display: inline-block;
  vertical-align: text-top;
  color: #d61826;
}

#risk .calmbg > i,
#risk .highlight > i {
  color: #fff;
}

/*
#risk .important > i {
  font-weight: bold;
}
*/

#risk .calm > i,
#risk a[href^="http://"] > i,
#risk a[href^="https://"] > i {
  color: #043d60;
}

#risk .calmbg > i,
#risk .calmbg[href^="http://"] > i,
#risk .calmbg[href^="https://"] > i,
#risk .highlight > i,
#risk .highlight[href^="http://"] > i,
#risk .highlight[href^="https://"] > i {
  color: #fff!important;
}

#risk .normal[href^="http://"] > i,
#risk .normal[href^="https://"] > i {
  color: #d61826!important;
}

#risk a:hover > i {
  color: #fff;
}

#risk .calmbg:hover > i,
#risk .calmbg[href^="http://"]:hover > i,
#risk .calmbg[href^="https://"]:hover > i {
  color: #043d60!important;
}

#risk .highlight:hover > i,
#risk .highlight[href^="http://"]:hover > i,
#risk .highlight[href^="https://"]:hover > i {
  color: #d61826!important;
}

#risk .normal[href^="http://"]:hover > i,
#risk .normal[href^="https://"]:hover > i {
  color: #fff!important;
}

#risk table {
  margin: 20px 0;
  border-collapse: collapse;
}

#risk th {
  text-align: center;
  vertical-align: top;
  border: 1px solid #333;
  padding: 6px;
}

#risk td {
  border: 1px solid #333;
  padding: 6px;
}

#risk ul {
  display: table;
}

#risk li {
  display: table-cell;
  padding-right: 10px;
}

#risk .slidebox h2 {
  cursor: pointer;
}

#risk .slideitem {
  padding-bottom: 50px;
}

#risk h2 i {
  padding: 0 0 0 20px;
  display: inline-block;
  color: #d61826;
  font-size: .8em;
  font-weight: bold;
}

#risk h2 i:before {
  padding-right: 5px;
  vertical-align: middle;
  font-size: 1.9em!important;
  font-weight: normal;
}

#risk h3 {
  margin: 35px 0;
  font-size: 1.1em;
}

#risk h3.sgu-red {
  font-size: 1.5em;
}

.sgu-yellow {
  background-color: #d6c818;
  color: #5a4f4a;
  padding: .5px 10px;
  margin: 15px 0 0;
  display: inline-block;
}

#risk h3.sgu-yellow {
  padding: .5em 1em;
  margin: 30px 0 15px;
}

.subscribe {
  margin-top: 50px;
  overflow: hidden;
}

.subscribe .sgu-yellow {
  margin: 30px 0 0!important;
}

.solid-wrap {
  border: 1px solid #d61826;
  margin-bottom: 30px;
  padding: 1em 2em;
  display: inline-block;
}

.dash-wrap {
  border: 1px dashed #ccc;
  margin-bottom: 10px;
  padding: 5px 10px;
  display: inline-block;
  overflow-wrap: break-word;
}

.right-img {
  float: right;
  margin: 0 0 30px 50px;
  display: inline-block;
  width: 35%;
}

#risk .red-btn {
  display: table;
  border-collapse: collapse;
  width:600px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}

#risk .red-btn li {
  position: relative;
  display: table-cell;
  line-height: 1em;
  border-right: solid 1px #fff;
  padding-right: 0;
  width: 50%;
}

#risk .red-btn li:last-child {
  border-right: none;
}

#risk .red-btn li a {
  margin-top: 0!important;
}

#risk .red-btn li a:link,
#risk .red-btn li a:visited {
  color: #fff;
  text-align:center;
  text-decoration: none;
  display: block;
  vertical-align: middle;
  padding:20px;
  background-color:#d61826;
}

#risk .red-btn li a:hover {
  background-color: #fff;
  color: #d61826;
}

#en-list {
  margin: 0;
  padding: 0;
  display: block!important;
}

#en-list li {
  display: list-item!important;
}

.img-link,
.txt-link,
.txt-link_calm,
#en-list a {
  background-color: inherit!important;
  color: #d61826!important;
  padding: 0!important;
  border: 0 solid #d61826!important;
  margin-top: 0!important;
  display: inline-block!important;
}

.txt-link,
.txt-link_calm {
  padding: 0 10px!important;
  font-weight: bold!important;
}

.img-link:hover,
.txt-link:hover,
.txt-link_calm:hover,
#en-list a:hover {
  background-color: inherit!important;
  text-decoration: underline!important;
  color: #d61826!important;
}

.img-link > i,
.txt-link > i,
.txt-link_calm > i,
#en-list a > i {
  padding: 0 0 0 10px!important;
  color: #d61826!important;
}

.img-link:hover > i,
.txt-link:hover > i,
.txt-link_calm:hover > i,
#en-list a:hover > i {
  color: #d61826!important;
}

.txt-link_calm,
.txt-link_calm:hover,
.txt-link_calm > i,
.txt-link_calm:hover > i {
  color: #043d60!important;
}

.img-link {
  width: 410px!important;
  text-align: center;
}

.img-link img {
  width: 100%!important;
}

.spL {
  display: block;
  margin: 0 0 0 2.8em;
}


/*============================================================================================
海外 → 金沢大学========================================================
============================================================================================*/

#risk .en-r {
  margin-left: 10px;
  font-size: 1.2em;
}
