@charset "utf-8";

/* ****************************************************************************************************
   * 共用
**************************************************************************************************** */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#main {
  padding-top:0;
  padding-bottom:0;
  background-color: #fff;
}

/* :::::::: ブレイクポイント :::::::: */

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

#main {
  margin: 0 10px;
}

}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 下層ページbody　
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.jyoho .body {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.section ~ .section {
    margin-top: 60px;
}

/* :::::::: ブレイクポイント :::::::: */

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

.section ~ .section {
    margin-top: 30px;
}

}



/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 下線有　タイトル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#exam h2.title {
	padding-bottom: 5px;
  color: #111111;
  line-height: 28px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
	display: inline-block;
	border-bottom: 6px solid #44babb;
	margin-bottom: 0;
}
#exam h2.title + * {
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

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

#exam h2.title {
	padding-bottom: 5px;
  color: #111111;
  line-height: 28px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
	display: inline-block;
	border-bottom: 6px solid #44babb;
}
#exam h2.title + * {
  margin-top: 0;
}

}



/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * h1.title
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

h1.title {
  color:#111111;
  font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 6px solid #4bc5c6;
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * h2.title
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

h2.title {
  text-align: center;
	font-size: 20px;
	font-weight: bold;
	color:#2a4198;
	margin-bottom: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

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

h2.title {
  text-align: center;
	font-size: 20px;
	font-weight: bold;
	color:#2a4198;
	margin-bottom: 30px;
}

}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * h3.title
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

h3.title {
  font-size: 18px;
	font-weight: bold;
  padding-bottom: 0;
  border-bottom: 1px solid #a5a5a5;
	margin-bottom: 25px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * h4.title
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

h4.title {
  font-size: 14px;
	font-weight: bold;
	border-left: 8px solid #4bc5c6;
	padding-left:10px;
	margin-bottom: 10px;
}




/* ****************************************************************************************************
   * 情報公開
**************************************************************************************************** */

#jyoho {
  text-align: center;
}

#jyoho p {
  text-align: left;
}


/* ****************************************************************************************************
   * 2カラム
**************************************************************************************************** */

#jyoho-1 {}

#jyoho-1 h3.title {
  font-size: 18px;
  margin-top: 40px;
  padding-bottom: 5px;
  border-bottom: 1px solid #a5a5a5;
}

#jyoho-1 p {
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

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

#jyoho-1 {}

#jyoho-1 h3.title {
  font-size: 18px;
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #a5a5a5;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 2カラム
/* ------------------------------------------------------------------------------------------------- */

#jyoho-1 div.two-column {
  width: 100%;
}
#jyoho-1 div.left-column {
  width: 410px;
	margin-right: 20px;
  float: left;
}
#jyoho-1 div.right-column {
  width: 410px;
	margin-left: 20px;
  float: right;
}

/* :::::::: ブレイクポイント :::::::: */

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

#jyoho-1 div.two-column {
  width: 100%;
}
#jyoho-1 div.left-column {
  width: 48%;
	margin-right: 10px;
  float: left;
}
#jyoho-1 div.right-column {
  width: 48%;
	margin-left: 10px;
  float: right;
}

}


/* :::::::: ブレイクポイント :::::::: */

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


#jyoho-1 div.two-column {
  width: 100%;
}
#jyoho-1 div.left-column {
  width: auto;
	margin-right: 0;
  float: none;
}
#jyoho-1 div.right-column {
  width: auto;
	margin-left: 0;
	margin-top: 30px;
  float: none;
}

}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

#jyoho-1 h3.title-1 {
  font-size: 18px;
	font-weight: bold;
}


/* :::::::: ブレイクポイント :::::::: */

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

#jyoho-1 h3.title-1 {
  font-size: 18px;
	font-weight: bold;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 財務情報
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------
   * 親リスト
/* ------------------------------------ */

.jyoho div.zaimu ul.zaimu {}

.jyoho div.zaimu ul.zaimu li {
  padding-left: 0;
}
.jyoho div.zaimu ul.zaimu li.nolink {
  padding-top: 5px;
}
.jyoho div.zaimu ul.zaimu li.nolink p {
  padding-left: 10px;
}

.jyoho div.zaimu ul.zaimu li::before {
  display: none;
}

.jyoho div.zaimu ul.zaimu li:hover {
  background: none;
}

/* ------------------------------------
   * 子リスト
/* ------------------------------------ */

.jyoho div.zaimu ul.zaimu-child {
  font-size: 0;
}

.jyoho div.zaimu ul.zaimu-child li {
  width: 33.3333%;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	border:none;
	position: relative;
	padding-left: 2.475em;
}
.jyoho div.zaimu ul.zaimu-child li::before {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  left: 10px;
  width: 18px;
  height: 18px;
  background: url(../../_images/_common/icon-pdf.png) no-repeat;
}
.jyoho div.zaimu ul.zaimu-child li:hover {
  background: #edece2;
}

/* :::::::: ブレイクポイント :::::::: */

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



/* ****************************************************************************************************
   * 情報公開（研究業績）
**************************************************************************************************** */

#gyoseki {
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

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

.gyoseki h2.title span {
  display: block;
	font-size: 16px;
	color:#000;
	font-weight:normal;
}

}

/* ----------------------------------------------------------------------------------------------------
   * ○○科
/* ------------------------------------------------------------------------------------------------- */
/* ****************************************************************************************************
   * タイトル
**************************************************************************************************** */

#gyoseki-1 {
 margin-left:10px;
 margin-right:10px;
}

#gyoseki-1 h3.title {
  font-size: 18px;
  margin-top: 40px;
  padding-bottom: 5px;
  border-bottom: 1px solid #a5a5a5;
}

#gyoseki-1 h3.title-1 {
  font-size: 18px;
	font-weight: bold;
  padding-bottom: 5px;
}


#gyoseki-1 p {
  margin-top: 0;
}


/* :::::::: ブレイクポイント :::::::: */

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

#gyoseki-1 {}

#gyoseki-1 h3.title {
  font-size: 18px;
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #a5a5a5;
}

#gyoseki-1 h3.title-1 {
  font-size: 18px;
	font-weight: bold;
  padding-bottom: 5px;
}

}

/* ****************************************************************************************************
   * 2カラム
**************************************************************************************************** */

#gyoseki-1 div.two-column {
  width: 100%;
	margin-bottom: 50px;
}
#gyoseki-1 div.left-column {
  width: 410px;
	margin-right: 20px;
  float: left;
}
#gyoseki-1 div.right-column {
  width: 410px;
	margin-left: 20px;
  float: right;
}

/* :::::::: ブレイクポイント :::::::: */

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


#gyoseki-1 div.two-column {
  width: 100%;
}
#gyoseki-1 div.left-column {
  width: auto;
	margin-right: 0;
	margin-bottom: 30px;
  float: none;
}
#gyoseki-1 div.no-margin {
  width: auto;
	margin-right: 0;
	margin-bottom: 0;
  float: none;
}
#gyoseki-1 div.right-column {
  width: auto;
	margin-left: 0;
  float: none;
}

}

#gyoseki-1 ul.style-2 li:first-child {
  margin: 0;
  padding: 5px 0;
	font-size: 16px;
	font-weight: bold;
  padding-left: 1.875em;
	line-height: 28px;
  position: relative;
	transition: all 0.3s ease-in-out 0.0s;
	border:5px solid #79d4d4;
}

/* ----------------------------------------------------------------------------------------------------
   * カラム内　リンク要素
/* ------------------------------------------------------------------------------------------------- */

#gyoseki-1 ul.style-2 li:first-child::before {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 5px;
    width: 18px;
    height: 18px;
    background: url(../../_images/_common/icon-arrow.png) no-repeat;
}

#gyoseki-1 ul.style-2 li:first-child:hover {
  opacity: 0.7;
	background:none;
}

/* :::::::: ブレイクポイント :::::::: */

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

#gyoseki-1 ul.style-2 li:first-child::before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 5px;
	width: 18px;
	height: 18px;
	background: url(../../_images/_common/icon-arrow-sp.png) no-repeat;
	background-size: 18px 18px;
}

}


/* ----------------------------------------------------------------------------------------------------
   * カラム内　リンク要素
/* ------------------------------------------------------------------------------------------------- */

.jyoho ul.style-2 li::before {
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    left: 10px;
    width: 18px;
    height: 18px;
    background: url(../../_images/_common/icon-arrow.png) no-repeat;
}

/* :::::::: ブレイクポイント :::::::: */

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

.jyoho ul.style-2 li::before {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  left: 10px;
	width: 18px;
	height: 18px;
	background: url(../../_images/_common/icon-arrow-sp.png) no-repeat;
	background-size: 18px 18px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * カラム内　pdf要素
/* ------------------------------------------------------------------------------------------------- */

.jyoho ul.style-2 li.pdf {
/*  padding-left: 4.475em;*/
}

.jyoho ul.style-2 li.pdf::before {
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    left: 10px;
    width: 18px;
    height: 18px;
    background: url(../../_images/_common/icon-pdf.png) no-repeat;
}

/* :::::::: ブレイクポイント :::::::: */

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

.jyoho ul.style-2 li.pdf::before {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  left: 10px;
	width: 18px;
	height: 18px;
	background: url(../../_images/_common/icon-pdf-sp.png) no-repeat;
	background-size: 18px 18px;
}

}


/* ----------------------------------------------------------------------------------------------------
   * カラム内　外部リンク要素
/* ------------------------------------------------------------------------------------------------- */

.jyoho ul.style-2 li.link::before {
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    left: 10px;
    width: 18px;
    height: 18px;
    background: url(../../_images/_common/icon-link.png) no-repeat;
}

/* :::::::: ブレイクポイント :::::::: */

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

.jyoho ul.style-2 li.link::before {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  left: 10px;
	width: 18px;
	height: 18px;
	background: url(../../_images/_common/icon-link-sp.png) no-repeat;
	background-size: 18px 18px;
}

}


/* ----------------------------------------------------------------------------------------------------
   * カラム内　空リンク要素
/* ------------------------------------------------------------------------------------------------- */

.jyoho ul.style-2 li.nolink:hover {
  opacity: 1 !important;
}

.jyoho ul.style-2 li.nolink::before {
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    left: 10px;
    width: 18px;
    height: 18px;
    background: none !important;
}

/* :::::::: ブレイクポイント :::::::: */

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

.jyoho ul.style-2 li.nolink::before {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  left: 10px;
	width: 18px;
	height: 18px;
  background: none !important;
	background-size: 18px 18px;
}

}


/* ----------------------------------------------------------------------------------------------------
   * カラム内　外部リンク要素
/* ------------------------------------------------------------------------------------------------- */

.jyoho ul.style-2 li.link::before {
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    left: 10px;
    width: 18px;
    height: 18px;
    background: url(../../_images/_common/icon-link.png) no-repeat;
}

/* :::::::: ブレイクポイント :::::::: */

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

.jyoho ul.style-2 li.link::before {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  left: 10px;
	width: 18px;
	height: 18px;
	background: url(../../_images/_common/icon-link-sp.png) no-repeat;
	background-size: 18px 18px;
}

}



/* ----------------------------------------------------------------------------------------------------
   * li リンク先なし
/* ------------------------------------------------------------------------------------------------- */

.jyoho ul.style-2 li.nolink-anchor {
  padding-top: 10px;
  padding-bottom: 10px;
}

.jyoho ul.style-2 li.nolink-anchor::before {
	display: none;
}
.jyoho ul.style-2 li.nolink-anchor:hover {
  background: none;
}

/* :::::::: ブレイクポイント :::::::: */

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

.jyoho ul.style-2 li.nolink-anchor {
  padding-top: 10px;
  padding-bottom: 10px;
}

.jyoho ul.style-2 li.nolink-anchor::before {
	display: none;
}
.jyoho ul.style-2 li.nolink-anchor:hover {
  background: none;
}

}

/* ----------------------------------------------------------------------------------------------------
   * カラム内　空リンク要素（存在自体無くす）
/* ------------------------------------------------------------------------------------------------- */

.jyoho ul.style-2 li.notitle {
  border:none !important;
	padding: 10px 0 !important;
	border-bottom: 1px solid #a5a5a5 !important;
}
.jyoho ul.style-2 li.notitle::before {
  background: none !important;
}


/* :::::::: ブレイクポイント :::::::: */

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

.jyoho ul.style-2 li.notitle {
  display: none;
}

}


/* ----------------------------------------------------------------------------------------------------
   * カラム内　タイトル
/* ------------------------------------------------------------------------------------------------- */

#gyoseki-1 h3.title-1 {
  font-size: 18px;
	font-weight: bold;
  padding-bottom: 5px;
}


/* :::::::: ブレイクポイント :::::::: */

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

#gyoseki-1 h3.title-1 {
  font-size: 18px;
	font-weight: bold;
  padding-bottom: 5px;
}

}


/* ----------------------------------------------------------------------------------------------------
   * カラム内　リンク要素
/* ------------------------------------------------------------------------------------------------- */

.gyoseki ul.style-2 li.arrow::before {
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    left: 10px;
    width: 18px;
    height: 18px;
    background: url(../../_images/_common/icon-arrow.png) no-repeat;
}

/* :::::::: ブレイクポイント :::::::: */

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

.gyoseki ul.style-2 li.arrow::before {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  left: 10px;
	width: 18px;
	height: 18px;
	background: url(../../_images/_common/icon-arrow-sp.png) no-repeat;
	background-size: 18px 18px;
}

}


/* ****************************************************************************************************
   * 学位規程
**************************************************************************************************** */
/* heading */
#gakui .heading-1 {
  margin-bottom: 50px;
  text-align: center;
}
#gakui .title-1 {
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: 1px solid #a5a5a5;
  margin: 35px 0 25px;
  font-weight: bold;
}
#gakui .title-1 + * {
  margin-top: 0;
}
#gakui h4.title {
  margin-top: 40px;
}
#gakui .title + p {
  margin-top: 0;
}
@media screen and (max-width:736px) {
  #gakui .heading-1 {
    margin-bottom: 35px;
  }
  #gakui .title-1,
  #gakui h4.title {
    margin-top: 25px;
  }
}
/* content*/
#gakui .content-1 {
  margin-bottom: 50px;
}
@media screen and (max-width:736px) {
  #gakui .content-1 {
    margin-bottom: 35px;
  }
}
/* list */
#gakui .list-1 {
  margin: 1.8em 0;
  padding: 0;
  line-height: 2;
}
#gakui .list-1 dt,
#gakui .list-1 dd {
  margin: 0;
  padding: 0;
}
#gakui .list-1 dt {
  font-weight: bold;
}
