@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

/* RESET
----------------------------------------------------------------------------------------------------*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,caption,canvas,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,form,footer,header,hgroup,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,main,small,span,strike,strong,sub,summary,sup,tt,table,tbody,tfoot,thead,time,tr,th,td,u,ul,var,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;text-align:left}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}table{border-collapse:collapse;border-spacing:0}

/* ----------------------------------------------
 * 設定をしなおす
---------------------------------------------- */

body {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 1.4em;
  font-family: "メイリオ","MS P ゴシック",'Oswald', arial, helvetica, sans-serif;
  font-weight: 500;
  color: #000;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  background: url("https://www.arc.ritsumei.ac.jp/vm2016/image/bg.jpg") repeat;
  background-attachment: fixed;
}

em, i {
font-family: 'Hiragino Kaku Gothic ProN';
font-style: italic;
}

bold, strong {
font-weight: bold;
}

@media only screen and ( max-width : 768px ) {
  body {font-size: 13px;font-feature-settings : "pkna";}
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

#container {
    margin: 0;
    position: relative;
    width: 100%;
    height: auto;
    height: 100%;
    min-height: 100vh;
    padding-bottom: 60px;
}

#content {

}

#content-inner {
    /*padding-bottom: 60px;
    width: 100%;
    max-width: 1200px;*/
    margin:0 auto;
    padding: 25px 0;
}

  @media (min-width: 950px) {
    #container-inner {
      width: auto;
      margin-right: auto;
      margin-left: auto; }
}

/* ----------------------------------------------
 * アンカータグの設定
---------------------------------------------- */
a {
  outline:none;
  color: #333;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

/*a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}*/


/* ----------------------------------------------
 * 要素を左右中央寄せ
---------------------------------------------- */

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.taL {
  text-align: left !important;
}


*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/scripts/boxsizing.htc)}
.container{margin:0 auto}
.clr:after,.col:after,.container:after,.group:after,.row:after{content:"";display:table;clear:both}
.row{padding-bottom:0}
.col{display:block;float:left;width:100%}
/*@media (min-width:769px),print{
   .gutters .col{margin-left:2%}
   .gutters .col:first-child{margin-left:0}
   .gutters .colR:first-child{margin-right:0}
   .sp{display:none !important;}
             }
@media(max-width:768px){
   .sp_none{display:none !important;}
}
@media(min-width:480px){
   .sp_s{display:none}
}
@media print,screen and (min-width:769px){
   .span_1{width:8.33333333333%}
   .span_2{width:16.6666666667%}
   .span_3{width:25%}
   .span_4{width:33.3333333333%}
   .span_5{width:41.6666666667%}
   .span_6{width:50%}
   .span_7{width:58.3333333333%}
   .span_8{width:66.6666666667%}
   .span_9{width:75%}
   .span_10{width:83.3333333333%}
   .span_11{width:91.6666666667%}
   .span_12{width:100%}
   .gutters .span_1{width:6.5%}
   .gutters .span_2{width:15%}
   .gutters .span_3{width:23.5%}
   .gutters .span_4{width:32%}
   .gutters .span_5{width:40.5%}
   .gutters .span_6{width:49%}
   .gutters .span_7{width:57.5%}
   .gutters .span_8{width:66%}
   .gutters .span_9{width:74.5%}
   .gutters .span_10{width:83%}
   .gutters .span_11{width:91.5%}
   .gutters .span_12{width:100%}
}
*/

main {
    display: block;
    background: url("https://www.arc.ritsumei.ac.jp/vm2016/image/bg.jpg") repeat;
    background-attachment: fixed;
}
#mainimg {
   position: relative;
   overflow: hidden;
   width: 100%;
   height: 200px;
}
@media screen and (min-width: 800px){
#mainimg img {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
                    }
@media screen and (max-width: 800px){
#mainimg {
   height: 200px;
}
#mainimg img {
    position: absolute;
    width: 100%;
    top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   margin: auto;
}
}


@media only screen and ( max-width : 768px ) {
  .sbox {
    margin-bottom: 20px;
  }
  .container {
    /*padding: 0 30px;*/
  }
  /*section {
    padding: 100px 0;
  }*/
}

@media only screen and ( max-width : 480px ) {
  .container {
    padding: 0 20px;
  }
}
@media only screen and ( max-width : 374px ) {
  .container {
    padding: 0 10px;
  }
}

@media print, screen and ( min-width : 769px ) {
  .sbox {
    margin-bottom: 25px;
  }
  .container {
    width: 100%;
  }
  /*section {
    padding: 200px 0;
  }*/
}

/* ---------------------------------------------------------------------------------------------
　   HEADER
--------------------------------------------------------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#header {
  width: 100%;
  padding: 25px 0px 0px;
  background-color: #fff;
}

.headertitile {
    color: #000;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    margin: 20px auto;
    width:85%;
    line-height: 1.2em;
}

/*#gNav a:hover {
  color: #999;
}
nav li a {
  font-size: 13px;
  letter-spacing: 0.2em;
}
nav .sub-menu {
  background: #fff;
  background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
}
@media only screen and ( max-width : 768px ) {
  .mean-nav .mask {
    background: rgba(0,0,0,.6);
    top: 58px;
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100vh;
    opacity: 1;
    display: none;
  }
  #header {
    padding: 10px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 58px;
    background: #fff;
    overflow: hidden;
  }
  .h_logo {
    width: 170px;
    position: absolute;
    top: 18px;
    left: 10px;
    z-index: 99;
  }
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
    z-index: 2;
  }
  .mean-nav .container {
    padding: 0;
  }
  .nav .sub-menu li:last-child {
    border-bottom: none;
  }
  nav li .fa {
    display: none;
  }
}

@media print, screen and ( min-width : 769px ) {
  #header {
    background: #fff;
    height: 80px;
  }
  .h_logo img {
    width: 300px;
  }
  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #gNav ul {
    position: relative;
    display: flex;
  }
  #gNav li {
    position: relative;
    margin-right: 3em;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 80px;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
    color: #bfd0ff;
  }
  #gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #111;
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
}*/

/* ---------------------------------------------------------------------------------------------
　   FOOTER
--------------------------------------------------------------------------------------------- */
#footer {
  font-size: 14px;
  border-top: 1px solid #c0c6c9;
  background-color: #fff;
  width: 100%;
  position: absolute; /*ここを変更*/
  bottom: 0;
  height:60px;
}
}
.f_logo,.f_logo p {
  text-align: center;
}
.copy {
  text-align: center;
}
@media only screen and ( max-width : 768px ) {
  #footer {
    padding: 40px 0;
  }
  .f_logo {
    padding: 0 20px;
    text-align: center;
  }
  .f_logo p {
    text-align: center;
  }
  .f_logo img {
    margin-bottom: 20px;
    width: 150px;
  }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {
  #footer {
    padding: 10px 15px 30px 15px;
  }
  .f_logo {
  }
  .f_logo img {
    margin-bottom: 20px;
    width: 200px;
  }
  .f_logo {
  }
  .copy {
  }
}

/* ---------------------------------------------------------------------------------------------
　   CONTENTS
--------------------------------------------------------------------------------------------- */
#main p {
  word-break: break-all;
}

section {
  text-align: center;
  /*background: url("https://www.arc.ritsumei.ac.jp/vm2016/image/bg.jpg") repeat;
  background-attachment: fixed;*/
}

section p {
  line-height: 1.6em;
}

#sec01 {
   display:grid;
   grid-template-columns:1fr 1fr 1fr 1fr;
   max-width: 1200px;
   margin: 0 auto;
   grid-column-gap: 20px;
}
#sec02  {
   background-color:#fff;
}
#sec03  {
   background-color:#f5f5f5;
}
#sec04  {
}

@media only screen and ( max-width : 959px ) {
#sec01 {
grid-template-columns: 1fr 1fr;
}
}
@media only screen and ( max-width : 480px ) {
#sec01 {
grid-template-columns: 1fr;
}
}
#sec01, #sec02, #sec03 {
  padding: 30px 0;
}
#sec04  {
  padding: 20px 0;
}
@media only screen and ( max-width : 1200px ) {
#sec01, #sec02, #sec03, #sec04  {
  padding: 50px 20px;
}
}
@media only screen and ( max-width : 480px ) {
#sec01, #sec02, #sec03, #sec04  {
  padding: 20px 20px;
}
}
.btn {
  display: block;
  background: #fff;
  color: #618bbe;
  padding: 0.8em 1em;
  text-align: center;
  margin: 0 auto;
  border-radius: 100px;
}
.btn:before {
  content: "\f104";
  font-family: "FontAwesome";
  margin-right: 5px;
}

@media only screen and ( max-width : 768px ) {
  #main {
    padding-top: 58px;
  }
  .btn {
    width: 60%;
  }
}

@media only screen and ( max-width : 480px ) {
  .btn {
    width: 100%;
  }
}

@media print, screen and ( min-width : 769px ) {
  #main {
    padding-top: 58px;
  }
  .btn {
    width: 300px;
  }
}
	  
    #container #section1,
	#container #section2,
	#container #section3 {
      max-width: 1100px;
      margin: 0px auto;
      padding: 50px 0px;
	   } 

/* ---------------------------------------------------------------------------------------------
　   FONT
--------------------------------------------------------------------------------------------- */
i{  
font-style:italic;  
}

.h1 {
    color: #000;
    font-size: 1.5em;
    vertical-align: calc;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    margin-bottom: 20px;
}

.h2{
    margin: 0 auto 2em;
    text-align:center;
    font-size: 1.3em;
}

.h3 {
  color:#fff;
  font-size:1.2em;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight:bold;
  margin: 0;
  padding:10px;
}
.h4 {
  border-bottom: double 4px #999;
	padding-bottom: 10px;
	margin:10px 0px 30px 0px;
	font-weight: bold;
	font-size: 1.5em;
	text-align:center;
}
.h5 {
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight:bold;
  margin-top: 50px;
  border-bottom: 1px solid;
}

.header_text10 {
    font-size: 10px;
}
.header_text10:after {
    content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
}
.header_text10 a {
    color: #000;
     font-size: 10px;
}
.header_text10 a:hover{
    color:#FFDF90;
}
/*カテゴリー枠デザイン
---------------------------------------------------------------------------*/

.date-meta {
	border-top: 1px dotted #999;
	padding-top:5px;
	font-size: 0.8em;
	color: #999;
	margin-top:10px;
	clear:both;
}
.date-meta ul.date-meta-list {
	display:inline;
	list-style:none;
	margin: 0 0 0 0px;
	
}
.date-meta ul li.date-meta-list-item {
	display:inline;
	list-style:none;
	text-align:left;
}


.entry-asset {
  display: inline-block;
    vertical-align: top;
    /*width: 24%;
	width: 234px;*/
    height: auto;
    background: #fff;
    border: solid 1px #999;
}

/*@media (max-width: 1115px) {
.entry-asset {
    width: 30%;
}
}
@media (max-width: 805px) {
.entry-asset {
    width: 45%;
}
}
@media (max-width: 544px) {
.entry-asset {
    width: 95%;
}
}*/


.asset {
	display: inline-block;
	width: 100%;
}

li.asset-entry-title {
	font-size: 1em;
    font-weight: 600;
    padding: 5px;
}

#asset-list ul{
	list-style-type:none;
	margin:0px;
	padding: 0px;
}
#asset-list li {
	list-style-type: none;
	/*float:left;
	margin: 0px 0px 5px 0px;*/
	overflow: hidden;
}
#asset-list li figure{
	max-width: 192px;
	height:210px;
}
#asset-list img{
	border: 1px;
	padding-bottom: 5px;
}
#asset-list img.mainimage{
	width: 750px;
	margin:-200px;　/* 位置コントロール */
	/*width: 450px;
	margin:-40px 0px 0px -40px;　*/
}
#asset-list img.defimage{
	border: 1px;
	padding-bottom: 5px;
	margin:0px 0px 0px 0px;　/* 位置コントロール */
}
#asset-list li.asset-date {
	 font-size: 0.75em;
    color: #999;
    padding: 0px 5px 5px 5px;

}
#asset-list p.title {
	font-size:0.75em;
	margin-top:5px;
	margin-bottom:2px;
	padding:0px 0px 5px 0px;
	line-height:18px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#asset-list p {
	font-size:0.63em;
	margin-top:5px;
	margin-bottom:20px;
	padding:0px 0px 5px 0px;
	line-height:16px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#asset-list p+p {
	margin-bottom:30px;
}
#asset-list a{
	 -webkit-transition: 0.3s ease-in-out; 
	 -moz-transition: 0.3s ease-in-out; 
	 -o-transition: 0.3s ease-in-out; 
	 transition: 0.3s ease-in-out; 
	 text-decoration: none;
}
#asset-list a:hover{
	color:#e82166; 
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

.clear {
    clear:both;
}

/*///////カテゴリタイトル別部分//////////*/

.category-title {
	text-align: justify;
	/*margin-left:auto;
	margin-right:auto;
	margin-right:-20px;*/
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 1em;
}
@media only screen and ( max-width : 1080px ) {
.category-title {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
}
@media only screen and ( max-width : 480px ) {
.category-title {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
}

.subcategory-title {
	text-align: justify;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 1em;
}
@media only screen and ( max-width : 1080px ) {
.subcategory-title {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
}
@media only screen and ( max-width : 680px ) {
.subcategory-title {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
}
@media only screen and ( max-width : 480px ) {
.subcategory-title {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
}
.category-asset {
	/*display: inline-block;
	float:left;
	width: 24%;
	height: 200px;*/
	padding: 0 0px 30px;
}

/*@media (max-width: 1100px) {
.category-asset {
	width: 32%;
	padding: 6px 3px 6px 3px;
}
}

@media (max-width: 844px) {


.category-asset {
	width: 48%;
	padding: 6px 3px 6px 3px;
}
}

@media (max-width: 599px) {


.category-asset {
	width: 99%;
	padding: 6px 0px 6px 0px;
}
}
*/


.cate_asset-list{
	position: relative;
	list-style-type:none;
	margin:0px;
	padding: 0px;
}
.cate_asset-list li {
	list-style-type: none;
	/*float:left;*/
	margin: 0px;
	overflow: hidden;
}

.cate_asset-list li.cate_title {
	background-color: rgba(0,0,0,0.5);
    z-index: 1;
    top: 80px;
    /* bottom: 0; */
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
}


.cate_asset-list li.cate_tex{
	position: absolute;
	z-index:1;
}

.category-asset a, .category-asset a img{
	-webkit-transition: 0.2s ease-in-out; 
	-moz-transition: 0.2s ease-in-out; 
	-o-transition: 0.2s ease-in-out; 
	transition: 0.2s ease-in-out; 
	text-decoration: none;
}
.category-asset a:hover, .category-asset a:hover img{
	color:#ea5506;
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}


.cate_asset-list li figure{
	width: 0;
	height:210px;
	z-index:0;
}
.cate_asset-list li img{
	border: 1px;
	padding-bottom: 5px;
	width: 800px;
    margin: -50px 0px 0px -150px;　/* 位置コントロール */
}

.cate_asset-list li img.defimage{
	border: 1px;
	padding-bottom: 5px;
	width: 400px;
	margin:0px 0px 0px 0px;　/* 位置コントロール */
}

.arrow-bottom {
    position: absolute;
    border: 0px solid #fff;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-radius: 3px;
}
.arrow-bottom:after, .arrow-bottom:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.arrow-bottom:after {
    left: 40px;
    border: 10px solid transparent;
    border-top: 10px solid #3f312b;
	z-index: 3;
}
.arrow-bottom:before {
    left: 40px; 
}
.cdbox {
   font-size: 0.9em;
   padding:20px 0 0;
}
/*///////記事パネル部分/////////*/

header .wrapper-head {
	max-width:1100px;
	height: 35px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
}

.section {
    background-image: url(img/bg.jpg);
    background-size: cover;
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.section p {
	font-family: Arial, "メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	margin-bottom: 1em;
    line-height: 1.6em;
}
.panel {
	/*width: 90%;
    padding: 40px;
    margin: 0px auto;*/
    background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	height: auto;
	padding: 40px;
	margin: 0px auto;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.content {
    
}
.content-inner {
    max-width:1200px;
    margin: 30px auto;
    padding: 0 25px;
}
article {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.article_content img {
	/*width:50%;*/
}

@media (max-width: 1100px) {

.panel {
	padding: 20px;
}
}



.article_content{
	width:auto;
	height:auto;
}
.article_content dl{
	width:auto;
	border:none;
	margin:10px 30px;
}
.article_content dl dt.laycenter{
	width: 50%;
	margin: 20px auto;
	vertical-align:middle;
	_height: 1%; /* WinIEで頭の文字が右に微妙にずれるのを補正 */
}
.article_content dl dt.layright{
	width: 50%;
    margin: 0 0 30px 50px;
    vertical-align: middle;
    float: right;
}
.article_content dl dt.layleft{
	width: 50%;
    margin: 0 50px 30px 0;
    vertical-align: middle;
    float: left;
}
.laycenter:after, .laycenter:before,
.layright:after, .layright:before,
.layleft:after, .layleft:before{
    content: "";
    clear: both;
    display: block;
}
.article_content dl dt{
	width: 50%;
	margin: 20px auto;
	vertical-align:middle;
	_height: 1%; /* WinIEで頭の文字が右に微妙にずれるのを補正 */
}
@media (max-width: 940px) {
.article_content dl dt{
	width: 90%;
}
}
.article_content dl dd{
	font-size:16px;
}

.article_content dl dt img{
	width:100%;
}


@media (max-width: 799px) {


.article_content dl dd{
	font-size:13px;
	margin-bottom:20px;

}

}

.article_content:after {
content:"";
display:block;
clear:both;
}

.breadcrumb {
  padding: 10px 10px;
  font-size: 85%; }
  .breadcrumb li {
        display: inline-block; }
  @media (min-width: 1100px) {
    .breadcrumb {
      padding-right: 15px;
      padding-left: 0px; } }
  .breadcrumb li {
    list-style-type: none; }
    .breadcrumb li:after {
      content: "\003E";
      margin: 0 0.5em; }
    .breadcrumb li:last-child:after {
      display: none; }

.titilelist {
    width: 180px;
    list-style-type: none;
    font-weight: normal;
    color: #999;
    padding: 0px;
    margin-top: 5px;
    margin-right: 31px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: left;
}
.artarea {
    /*float: right;
    margin-left: 31px;
    width: 391px;*/
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

/*------------------------------------------------------
　　　　カテゴリーナビゲーションデザイン
------------------------------------------------------*/
.main-navi {
    padding: 0px;
    margin: 0 auto 4em;
}
.main-navi #mainnav {
    list-style-type: none;
    padding: 0px;
    text-align: center;
}
.main-navi #mainnav li {
    display: inline-block;
}
.main-navi #mainnav li.mainnav-title {
font-size: 1.5em;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
position: relative;
line-height: 1.4;
padding: 0em 0.5em;
display: inline-block;
top:0;
}
.main-navi #mainnav li.mainnav-title:before,
.main-navi #mainnav li.mainnav-title:after{ 
  position: absolute;
  top: 0;
  content:'';
width: 8px;
height: 100%;
display: inline-block;
}
.main-navi #mainnav li.mainnav-title:before{
border-left: solid 1px black;
border-top: solid 1px black;
border-bottom: solid 1px black;
  left: 0;
}
.main-navi #mainnav li.mainnav-title:after{
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}
.main-navi #mainnav li.sub-title {
    position: relative;
    padding: 0 20px;
    font-size: 1.2em;
    }
.main-navi #mainnav li.sub-title a:hover{
text-decoration:underline;
color:#f00;
    }
.main-navi #mainnav li.sub-title:before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    right: 0;
    height: 20px;
    margin-top: -10px;
    border-right: 1px solid #c0c6c9;
    }
.main-navi #mainnav li.sub-title:first-child:after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 0;
    height: 20px;
    margin-top: -10px;
    border-left: 1px solid #c0c6c9;
    }
/*----------------------------------------------------
          page-navigationデザイン
---------------------------------------------------*/

.pn-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 32px;
    height: 32px;
    margin-top: -25px;
}
.pn-prev {
    left: 10px;
    background-image: url("https://www.arc.ritsumei.ac.jp/lib/vm/v_template/controls_left.png");
    background-repeat: no-repeat;
}
.pn-next {
    right: 10px;
    background-image: url("https://www.arc.ritsumei.ac.jp/lib/vm/v_template/controls_right.png");
    background-repeat: no-repeat;
}
.pn-controlArrow.pn-prev:hover {
	background-position: 0 -32px;
}

.pn-controlArrow.pn-next:hover {
	background-position: 0 -32px;
}

/*---------------------------------------------------------
  				      infoMenu
---------------------------------------------------------*/
div#infoMenu {
  position: fixed;
  z-index: 70;
  right:0;
  bottom: 0;
  padding:0px 0 30px 0;
  float:right;
}
div#infoMenu ul {
  padding: 0 0px;
}
div#infoMenu li {
  /*display: inline-block;*/
  right:0;
  position: relative;
  /*padding-right:10px;*/
}
div#infoMenu li span {
  display: none;
}
div#infoMenu li a {
  display: block;
}

div#infoMenu li.arc {
	width: 47px;
    height: 47px;
	background:url("https://www.arc.ritsumei.ac.jp/vm2016/image/arc_bt_out.png") no-repeat;
}
div#infoMenu li.arc a {
	width: 47px;
    height: 47px;
	background:url("https://www.arc.ritsumei.ac.jp/vm2016/image/arc_bt_out.png") no-repeat;
}
div#infoMenu li.arc a:hover {
	width: 47px;
    height: 47px;
	background:url("https://www.arc.ritsumei.ac.jp/vm2016/image/arc_bt_over.png") no-repeat;
}

div#infoMenu li.twitter {
	width: 47px;
    height: 47px;
	background:url("https://www.arc.ritsumei.ac.jp/vm2016/image/twitter_bt_out.png") no-repeat;
}
div#infoMenu li.twitter a {
	width: 47px;
    height: 47px;
	background:url("https://www.arc.ritsumei.ac.jp/vm2016/image/twitter_bt_out.png") no-repeat;
	
}
div#infoMenu li.twitter a:hover {
	width: 47px;
    height: 47px;
	background:url("https://www.arc.ritsumei.ac.jp/vm2016/image/twitter_bt_over.png") no-repeat;
}

div#infoMenu li.gotop {
	width: 47px;
    height: 47px;
	background:url("https://www.arc.ritsumei.ac.jp/vm2016/image/top_bt_out_p.png") no-repeat;
}
div#infoMenu li.gotop a {
	width: 47px;
    height: 47px;
	background:url("https://www.arc.ritsumei.ac.jp/vm2016/image/top_bt_out_p.png") no-repeat;
}
div#infoMenu li.gotop a:hover {
	width: 47px;
    height: 47px;
	background:url("https://www.arc.ritsumei.ac.jp/vm2016/image/top_bt_over_p.png") no-repeat;
}

/*------------------------------------------------------------------------
サブ画像box
-------------------------------------------------------------------------*/

.subimagebox {
   margin: 25px 20px 25px 0px;
}
.subimagebox ul {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   grid-column-gap: 30px;
}
@media (max-width: 940px) {
.subimagebox ul {
   grid-template-columns: repeat(4, 1fr);
}
}
@media (max-width: 680px) {
.subimagebox ul {
   grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 480px) {
.subimagebox ul {
   grid-template-columns: repeat(1, 1fr);
}
}
.subimagebox ul li {
   margin-bottom: 30px;
}
.subimagebox ul li .subimg {
   height:150px;
   /*border:1px solid #494949;
   overflow:hidden;*/
   margin-bottom: 10px;
}
.subimagebox img {
   /*width: 200%;
   margin-top: -20px;
   margin-left: -50px;*/
   height: 150px;
}
.subtitle {
    font-weight: bold;
}

.text-10 {
 font-size: 10px;
}
.text-10 a {
color:gray;
}
.text-10 a:hover{
text-decoration:underline;
}

/*------------------------------------------------------------------------
解説
-------------------------------------------------------------------------*/

.grad-wrap {
  position: relative;
}
.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  /*left: 0;*/
  width: 120px;
  margin: auto;
  /*padding: .5em 0;*/
  border-radius: 2px;
  /*background:#999;*/
  color: #999;
  font-size: 0.9rem;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  /*box-shadow: 0 0 3px rgba(0,0,0,.3);*/
}
.grad-btn::before {
  content: "↓ 続きを読む"
}
.grad-btn:hover {
  background: #fff;
  color: #009e8f;
}
.grad-btn .fa {
  margin-right: .5em;
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 80px; /*隠した状態の高さ*/
}
.grad-item p + p {
  margin-top: 1em;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked ~ .grad-btn {
  bottom: -2em;
}
.grad-trigger:checked ~ .grad-btn::before {
  content: "↑ 閉じる" /*チェックされていたら、文言を変更する*/
}
.grad-trigger:checked ~ .grad-btn .fa {
  transform: rotate(180deg);
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

/*------------------------------------------------------------------------
お知らせ
-------------------------------------------------------------------------*/
.infobox {
    max-width: 1200px;
    margin: 0 auto;
}
table.info {
    width: 100%;
    border-top: dotted 1px#999;
}

table.info tr {
    border-bottom: dotted 1px #999;
}
.i_date {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    width: 85px;
    padding: 10px 0px;
}
.info_txt {
    font-size: 15px;
    padding: 10px 0px;
}