@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}

/* ----------------------------------------------
 * 設定をしなおす
---------------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  margin: 0 auto;
  padding: 0;
  font-family: "メイリオ","MS P ゴシック",'Oswald', arial, helvetica, sans-serif;
  font-weight: inherit;
  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 {
    padding-bottom: 80px;
}

h1, h2, h3 {
  line-height: 1.4:
} 


/* ----------------------------------------------
 * アンカータグの設定
---------------------------------------------- */
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.8;
}*/


/* ----------------------------------------------
 * 要素を左右中央寄せ
---------------------------------------------- */

.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:580px){
   .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;
    /*opacity: 0.9;*/
    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 : 580px ) {
  .container {
    padding: 10px 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 {
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    background-image: url(https://www.arc.ritsumei.ac.jp/lib/vm/53stations/img/topimage.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*border-bottom: 1px solid #c0c6c9;*/
}
#header .headertitile {
    display: block;
    text-decoration: none;
    font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
    font-size: 3em;
    font-weight: bold;
    padding: 100px 0px 150px;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}
#header .headertitile2 {
    display: block;
    text-decoration: none;
    font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
    font-size: 3em;
    font-weight: bold;
    padding: 30px 0px 50px;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}
#header .headertitile a,
#header .headertitile2 a{
	color:#fff;
}
.header a:hover {
	text-decoration:none;
	/*color:#59b9c6;*/
}
#header img {
	vertical-align: bottom;
	padding-bottom:30px;
}

@media (max-width: 768px) {
#header .headertitile,
#header .headertitile2 { 
	font-size:2em;
}
#header img {
	vertical-align: bottom;
    width:80px;
}
}

@media (max-width: 680px) {
#header .headertitile,
#header .headertitile2{ 
	font-size:1.6em;
}
#header img {
	vertical-align: bottom;
    width:70px;
}
}

/* ---------------------------------------------------------------------------------------------
　   FOOTER
--------------------------------------------------------------------------------------------- */
#footer {
  font-size: 14px;
  background-color: #999;
  /*border-top: 1px solid #c0c6c9;*/
  width: 100%;
  position: absolute; /*ここを変更*/
  bottom: 0;
  height:80px;
}
}
.f_logo,.f_logo p {
  text-align: center;
}
.copy {
  text-align: center;
}
@media only screen and ( max-width : 768px ) {
  #footer {
    padding: 10px 0 20px;
  }
  .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 ) {
  .copy {
  font-size: 11px;
}
}

@media print, screen and ( min-width : 769px ) {
  #footer {
    padding: 5px 15px 30px;
  }
  .f_logo {
  }
  .f_logo img {
    margin-bottom: 20px;
    width: 200px;
  }
  .f_logo {
  }
  .copy {
  }
}

/* ---------------------------------------------------------------------------------------------
　   CONTENTS
--------------------------------------------------------------------------------------------- */
#main p {
  word-break: break-all;
}

section {
  text-align: center;
  clear: both;
  padding: 20px 0px;
}

#sec01  {
   background-color:#c1e4e9;
}
#sec02 {
   /*border-top: 1px solid #c0c6c9;*/
}
#sec03  {
   background-color:#867ba9;
}
#sec04  {
   background-color:#fff;
}

#sec01, #sec02, #sec03, #sec04  {
  padding: 20px 20px;
}

@media only screen and ( min-width : 781px ) {

#sec01, #sec02, #sec03, #sec04  {
  padding: 30px 20px;
}
}

/*@media only screen and ( max-width : 580px ) {
#sec02 {
grid-template-columns: 1fr;
}
}*/

.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 : 580px ) {
  .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 {
    font-weight: 600;
    font-size:24px;
    vertical-align: calc;
    font-family:  游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    text-align: center;
    padding: 2rem 0;
    color: #fff;
    background-color: #192f60;
}                               

.h2{
    border-bottom: solid 2px;
	padding-bottom: 25px;
	margin:10px 0px 30px 0px;
	font-weight: bold;
	font-size: 28px;
	text-align:center;
    margin:40px 0px;
}

.h3 {
  font-size:15px;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  font-weight:bold;
  margin: 0;
  padding: 10px 10px 3px 18px;
  text-align:left;
}
.h4 {
  border-bottom: double 4px #999;
	padding-bottom: 10px;
	margin:25px 0px 50px 0px;
	font-weight: bold;
	font-size: 24px;
	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;
}
.h6 {
  font-size:14px;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  margin: 0;
  padding: 5px 10px;
  text-align:center;
}

.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;
}


/* ---------------------------------------------------------------------------------------------
    記事タイトルデザイン
----------------------------------------------------------------------------------------------*/
.article-box {
   display:grid;
   grid-template-columns: repeat(2, 1fr);
   margin: 2em auto 4em;
   grid-column-gap: 0px;
}
@media only screen and (min-width: 981px) {
.article-box {
grid-template-columns: repeat(4, 1fr);
}
}
@media only screen and (min-width: 781px) and (max-width: 980px) {
.article-box {
grid-template-columns: repeat(3, 1fr);
}
}

@media only screen and (max-width: 580px) {
.article-box {
grid-template-columns: repeat(1, 1fr);
}
}


/*ここから追加//////////*/

.article-asset, .link-asset {
	padding: 0 0;
    position: relative;
}

.article-asset .article-image,
.link-asset .link-image{
	margin: 0px;
	overflow: hidden;
    position: relative;
    height: 180px;
}

.article_title {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
.article_text{
	z-index:1;
    width:100%;
}
.asset-entry-title {
	font-size: 16px;
    font-weight: 600;
    padding: 76px 0;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}
.asset-entry-title:hover {
    color: #000;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: solid 2px #000;
}
.article-asset a {
	text-decoration: none;
}
.article-asset a:hover {
	color:#008899;
}

.article-asset a img,
.link-asset a img{
	-webkit-transition: 0.5s ease-in-out; 
	-moz-transition: 0.5s ease-in-out; 
	-o-transition: 0.5s ease-in-out; 
	transition: 0.5s ease-in-out; 
	text-decoration: none;
}
.article-asset a:hover img,
.link-asset a:hover img{
	opacity:0;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.art-figure{
	width: 0;
	z-index:0;
}

.article-image .size-adjust img,
.link-image .size-adjust img {
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*opacity: 0.8;*/
}
.article-image .normal img,
.link-image .normal img {
    width:350px;
    top: 50%;
    left: 50%;
}
.article-image .hl img,
.link-image .hl img{
    width:350px;
    top: 150px;
    left: 50%;
}
.article-image .wl img,
.link-image .wl img{
    height:200px;
    top: 50%;
    left: 50%;
}

.asset-date {
	border-bottom: 1px dotted #999;
    font-size: 12px;
    line-height: 1.8;
    color: #999;
    margin-top: 10px;
    clear: both;
}
.link_title {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
.asset-link {
	font-size: 12px;
    color: #fff;
    margin-top: 15px;
    background-color: #f00;
    padding: 0 10px;
    display: inline-block;
    clear: both;
    position: absolute;
}
.asset-entry-linktitle {
	font-size: 16px;
    font-weight: 600;
    padding: 76px 0;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}
.asset-entry-linktitle:hover {
    color: #000;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: solid 2px #000;
}
.asset-text {
	font-size: 12px;
}
@media screen and ( max-width : 580px) {
.article-image .normal img,
.link-image .normal img {
    width:600px;
}
.article-image .hl img,
.link-image .hl img{
    width:600px;
}
.article_text,
.link_text {
    width: 100%;
}
}


/*ここまで/////////////*/

.date-meta {
	border-top: 1px dotted #999;
	padding-top:5px;
	color: #999;
	margin-bottom:25px;
	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;
}
@media (max-width: 768px) {
.date-meta ul li.date-meta-list-item {
    font-size:0.8em;
}
}

.clear {
    clear:both;
}

/* ---------------------------------------------------------------------------------------------
    カテゴリタイトル別部分
----------------------------------------------------------------------------------------------*/

.category-box {
   display:grid;
   grid-template-columns: repeat(3, 1fr);
   max-width: 1100px;
   margin: 10px auto 50px;
   grid-column-gap: 10px;
   grid-row-gap: 10px;
}
@media only screen and ( min-width : 989px ) {
.category-box {
    grid-template-columns: repeat(4, 1fr);
}
.category-asset {
	margin: 0 0 50px;
}
}
@media only screen and ( max-width : 699px ) {
.category-box {
    grid-template-columns: repeat(2, 1fr);
}
.category-asset {
	margin: 0 0 50px;
}
}
@media only screen and ( max-width : 580px ) {
.category-box {
    grid-template-columns: repeat(1, 1fr);
}
.category-asset {
	margin: 0 0 50px;
}
}

.category-asset {
	margin: 0;
    position: relative;
}

.category-asset .cate-image {
	margin: 0px;
	overflow: hidden;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.grey{
    background: -moz-linear-gradient(top right, #93b69c, #6b7b6e);
    background: -webkit-linear-gradient(top right, #93b69c, #6b7b6e);
    background: linear-gradient(to bottom left, #93b69c, #6b7b6e);
}
.blue{
    background: -moz-linear-gradient(top right, #80D0C7, #0093E9);
    background: -webkit-linear-gradient(top right, #80D0C7, #0093E9);
    background: linear-gradient(to bottom left, #80D0C7, #0093E9);
}
.red{
    background: -moz-linear-gradient(top right, #F05F57, #360940);
    background: -webkit-linear-gradient(top right, #F05F57, #360940);
    background: linear-gradient(to bottom left, #F05F57, #360940);
}
.green{
    background: -moz-linear-gradient(top right, #2ab58e, #12505e);
    background: -webkit-linear-gradient(top right, #2ab58e, #12505e);
    background: linear-gradient(to bottom left, #2ab58e, #12505e);
}
.yellow{
    background: -moz-linear-gradient(top right, #F7CE68, #FBAB7E);
    background: -webkit-linear-gradient(top right, #F7CE68, #FBAB7E);
    background: linear-gradient(to bottom left, #F7CE68, #FBAB7E);
}                                     
.cate_title {
	/*z-index: 1;*/
    background-color: #fff;
    position: absolute;
    top: 12px;
    left: 0px;
    /*right: 0px;
    bottom: 0;*/
}

.category-assett .cate_tex{
	position: absolute;
	z-index:1;
}

.category-asset a {
	text-decoration: none;
}
.category-asset a:hover {
	color:#008899;
}

.category-asset a img{
	-webkit-transition: 0.5s ease-in-out; 
	-moz-transition: 0.5s ease-in-out; 
	-o-transition: 0.5s ease-in-out; 
	transition: 0.5s ease-in-out; 
	text-decoration: none;
}
.category-asset a:hover img{
	opacity:0.3;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.category-box .figure{
	width: 0;
	height:240px;
	z-index:0;
}

.category-asset .size-adjust img {
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    width:500px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.9;
}
.category-asset .normal img {
    width:520px;
}
.category-asset .hl img {
    width:520px;
    top: 300px;
    left: 50%;
}
.category-asset .wl img {
    height:250px;
    top: 50%;
    left: 50%;
}
.cdbox {
   font-size: 15px;
   padding:0px 20px;
}

@media screen and ( min-width : 1200px ) {
.cdbox {
   padding:0px 0px;
}
}

/* ---------------------------------------------------------------------------------------------
    サブカテゴリタイトル別部分
----------------------------------------------------------------------------------------------*/

.subcategory-box {
	display:grid;
   grid-template-columns: repeat(2, 1fr);
   max-width: 1200px;
   margin: 3rem auto 5rem;
   grid-column-gap: 15px;
   grid-row-gap: 15px;
}
@media screen and ( min-width : 781px ) {
.subcategory-box {
    grid-template-columns: repeat(3, 1fr);
}
}
@media only screen and ( max-width : 579px ) {
.subcategory-box {
    grid-template-columns: repeat(1, 1fr);
}
.subcategory-asset {
	padding: 0 0 40px;
}
}

.subcategory-asset {
	padding: 0 0 10px;
    position: relative;
}

.subcategory-asset .cate-image {
	margin: 0px;
	overflow: hidden;
    position: relative;
    background-color: #6b7b6e;
}

.subcate_title {
    position: absolute;
    left: 50%;
    top: 45%;
    background-color: #302833;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
}

.subcategory-assett .cate_text{
	position: absolute;
	z-index:1;
}

.subcategory-asset a {
	text-decoration: none;
}
.subcategory-asset a:hover {
	color:#008899;
}

.subcategory-asset a img{
	-webkit-transition: 0.5s ease-in-out; 
	-moz-transition: 0.5s ease-in-out; 
	-o-transition: 0.5s ease-in-out; 
	transition: 0.5s ease-in-out; 
	text-decoration: none;
}
.subcategory-asset a:hover img{
	opacity:0.3;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.subcategory-box .figure{
	width: 0;
	height:100px;
	z-index:0;
}

.subcategory-asset .cate-image .size-adjust img {
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.8;
}
.subcategory-asset .cate-image img {
    width:500px;
    top: 50%;
    left: 50%;
}

.subcategory-asset .cate-image .normal img {
    width:500px;
    top: 100%;
    left: 50%;
}

.subcategory-asset .cate-image .hl img {
    width:500px;
    top: 300px;
    left: 50%;
}
.subcategory-asset .cate-image .wl img {
    height:200px;
    top: 50%;
    left: 50%;
}

/* ---------------------------------------------------------------------------------------------
    記事パネル部分
----------------------------------------------------------------------------------------------*/
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 {
    background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	height: auto;
	padding: 40px;
	margin: 0px auto 60px;;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.content {
    
}
.content-color {
    /*background-color: #d4dcd6;*/
}
.content-inner {
    max-width:1200px;
    margin: 0 auto;
}

article {
    margin: 0 auto;
    padding: 30px 0 60px;
    max-width:1200px;
}
@media only screen and ( max-width : 1200px ) {
article {
    padding: 30px 0px 60px;
}
}

.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{
	margin: 20px auto 50px;
	vertical-align:middle;
	_height: 1%; /* WinIEで頭の文字が右に微妙にずれるのを補正 */
}
.article_content dl dt.wl{
	width: 100%;
}
.article_content dl dt.hl{
	width: 50%;
}
.article_content dl dt.laycenter{
	width: 80%;
}
.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;
}

@media (max-width: 580px) {
.article_content dl dt.hl{
	width: 100%;
}
.article_content dl dt.laycenter,
.article_content dl dt.layright,
.article_content dl dt.layleft {
	width: 100%;
	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:14px;
    margin:20px auto 50px;
}


.article_content dl dd p{
    padding: 10px 0;
}

.article_content dl dt img{
	width:100%;
}

.article_content:after {
content:"";
display:block;
clear:both;
}

.breadcrumb {
  padding: 0px 20px 0px;
}
.breadcrumb li {
     list-style-type: none;
     display: inline-block;
     font-size: 10px;
}
.breadcrumb li a:hover{
        text-decoration: underline;
}

@media (min-width: 1200px) {
.breadcrumb {
      padding-right: 15px;
      padding-left: 0px; }
}
.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 5em;
}
.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: 57px;
    margin-top: -25px;
}
.pn-prev {
    left: 0px;
    background-image: url("https://www.arc.ritsumei.ac.jp/lib/vm/img/prev.png");
    background-repeat: no-repeat;
}
.pn-next {
    right: 0px;
    background-image: url("https://www.arc.ritsumei.ac.jp/lib/vm/img/next.png");
    background-repeat: no-repeat;
}
.pn-controlArrow.pn-prev:hover {
	opacity: 0.8 ;
}

.pn-controlArrow.pn-next:hover {
	opacity: 0.8 ;
}

/*---------------------------------------------------------
  				      infoMenu
---------------------------------------------------------*/
#infoMenu {
  position: fixed;
  z-index: 70;
  right:10px;
  bottom: 50px;
  float:right;
}
#infoMenu span {
   color:#fff;
   font-size:30px;
   margin-top: 10px;
}
#infoMenu a {
	width: 50px;
    height: 50px;
    display: block;
    background-color: #e2041b;
    border-radius: 50%;
    transition: 0.5s ;
    margin: auto;
    text-align: center;
}
#infoMenu a:hover {
	/*background:url("https://www.arc.ritsumei.ac.jp/vm2016/image/top_bt_over_p.png") no-repeat;*/
    opacity: 0.5 ;   
    text-decoration: none;
}

/*------------------------------------------------------------------------
サブ画像box
-------------------------------------------------------------------------*/

.subimagecontainer {
   margin: 25px 0px 25px 0px;
}
.subimagecontainer ul {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   grid-column-gap: 50px;
}
@media (max-width: 1100px) {
.subimagecontainer ul {
   grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 980px) {
.subimagecontainer ul {
   grid-template-columns: repeat(2, 1fr);
   grid-column-gap: 20px;
}
}
@media (max-width: 680px) {
.subimagecontainer ul {
   grid-template-columns: repeat(1, 1fr);
   grid-column-gap: 20px;
}
}

.subimagecontainer ul li {
   margin-bottom: 30px;
}
.subimagecontainer ul li .subimagebox {
   overflow: hidden;
   position: relative;
   margin: 0;
   border:1px solid #494949;  
}
.subimagecontainer ul li .subimg {
   height:150px;
}
.subimagecontainer img {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
.swl {
   height: 200px;
   /*margin-top: -25px;
   margin-left: -25px;*/
}
.shl {
   width: 120%;
   /*margin-top: -75px;
   margin-left: -25px;*/
}
.mainimage {
   width: 120%;
   /*margin-top: -25px;
   margin-left: -25px;*/
}
.subimagecontainer a:hover img {
   opacity:0.5;
}
.subtitle {
    font-weight: bold;
    margin-top: 10px;
}
.subimagecontainer a:hover {
    color:#e2041b;
}
.text-10 {
 font-size: 10px;
 padding: 0px 10px 15px;
}
.text-10 a {
color:#fff;
}
.text-10 a:hover{
text-decoration:underline;
}

/*--------------------------------------------------
content デザイン
----------------------------------------------------*/

.about_text {
   font-size: 16px;
   color: #000;
   padding-bottom: 50px;
}
.about_text p {
   padding-bottom: 15px;
}


.o-random-post-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 0 -15px;
    padding: 0 0 30px;
}

.o-random-post-list li {
    width: calc(33.3333% - 10px);
}
.o-random-post-list li {
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    margin: 0 15px 15px 0;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
}

.o-random-post-list li .__left {
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.o-random-post-list li .__left .o-random-post-thumb {
    max-width: 150px;
    height: auto;
    position: relative;
    left: -25px;
    -webkit-transition: all .5s cubic-bezier(0,0,.2,1) 0s;
    transition: all .5s cubic-bezier(0,0,.2,1) 0s;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: bottom;
}

.o-random-post-list li .__right {
    width: calc(100% - 100px);
    padding: 5px 10px;
    position: relative;
} 
.o-random-post-list li .__right .o-random-post-date {
    font-size: 1rem;
    font-weight: 700;
    color: #858585;
    font-style: italic;
    display: block;
}

.o-random-post-list li .__right .o-random-post-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #494949;
}
.o-random-post-more {
    font-weight: 700;
    color: #999;
    float: inline-end;
}

/*------------------------------------------------------------------------
お知らせ
-------------------------------------------------------------------------*/
.infobox {
    max-width: 1200px;
    margin: 0 auto;
}

.infobox-inner {
    text-align: left;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}
.infobox-inner dl {
    display: flex;
}
.infobox-inner dl dt {
    font-weight: bold;
}
.item {
    font-size: 16px;
    color: #2ca9e1;
}
.infobox-inner ul dl {
    display: block;
    position: relative;
    padding-bottom: 20px;
}
.infobox-inner ul dl:last-child  {
    padding-bottom: 0px;
}
.infobox-inner ul li {
    display: block;
}
.infobox-inner ul dl dt {
    font-weight: normal;
    padding-left: 5px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: auto;
}
.infobox-inner ul dl dd {
    color: #000;
    padding-left: 8em;
}

@media (max-width: 640px) {
.infobox-inner dl {
    display: block;
}
.infobox-inner dl dt {
    text-align:center;
    padding-bottom:10px;
}
.infobox-inner ul dl dt {
    text-align: left;
    padding-left: 0px;
    position: relative;
}
.infobox-inner ul dl dd {
    padding-left: 0;
}
}

.material-icons {
  vertical-align: middle;
  color: #2ca9e1;
}
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/*------------------------------------------------------------------------
解説
-------------------------------------------------------------------------*/

.grad-wrap {
  position: relative;
}
.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  margin: auto;
  border-radius: 2px;
  color: #999;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
}
.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を非表示にする*/
}


/*------------------------------------------------------------------------
ドロワーメニュー
-------------------------------------------------------------------------*/
.zdo_drawer_button * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}

.zdo_drawer_button {
  display: block;
  padding: 0;
  width: 42px;
  height: 26px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
}

.zdo_drawer_button .zdo_drawer_bar {
  display: block;
  width: 42px;
  height: 2px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}

.zdo_drawer_button .zdo_drawer_bar1 {
  top: 0;
}

.zdo_drawer_button .zdo_drawer_bar2 {
  top: 50%;
}

.zdo_drawer_button .zdo_drawer_bar3 {
  top: 100%;
}

.zdo_drawer_button.active .zdo_drawer_bar {
  width: 36.77px;
  left: 8px;
}

.zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(0.7853981634rad) translateY(-50%);
  top: 0px;
}

.zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}

.zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-0.7853981634rad) translateY(-50%);
  top: calc(100% - 0px);
}

.zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
}

.zdo_drawer_button.active .zdo_drawer_close {
  display: block;
}

.zdo_drawer_text {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  text-align: center;
  font-size: 10px;
}

.zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

/*+++ Default Button Color +++*/
.zdo_drawer_button {
  /*color: #2274a5;*/
  color: #000000;
}

.zdo_drawer_button .zdo_drawer_bar {
  background-color: #000000;
}

/* === Hambuerger Button's Style End === */
.zdo_drawer_menu .zdo_drawer_button {
  /*+++ Hamburger Button Position +++*/
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 1001;
}
.zdo_drawer_menu a {
  color: inherit;
  text-decoration: none;
}
.zdo_drawer_menu a:visited {
  color: inherit;
}
.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 312px;
  height: 100%;
  transition: all 0.2s;
  transform: translate(312px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFF;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}
.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
  padding: 112px 24px;
}
.zdo_drawer_menu .zdo_drawer_nav li {
  font-size: 16px;
  margin-bottom: 15px;
}
video {
width:100%;
}