@charset "utf-8";
/* CSS Document */

/*リセット*/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
::before , ::after {
	box-sizing: inherit;
}
button {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	vertical-align: middle;
	text-align: inherit;
	font: inherit;
	-webkit-appearance: none;
	appearance: none;
}


body {
font-size: 16px;
line-height: 1.5rem;
font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*  background-color: #FFFFFF;*/
background-color: #d9ecf2;
margin: 0;
padding: 0;
color: #333;
background-image: url(../image/body_bk.png);
background-repeat: repeat-x;
/*overflow: hidden;*/
}

ul, ol, dl {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  padding-right: 0px;
  padding-left: 0px;
}

p, ol, ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

ol, ul {
  padding-left: 2em;
}

a img {
  border: none;
}
a:link {
  text-decoration: none;
}


/*container*/
#container {
height:100vh;
width: 960px;
margin: 0 auto;
background-color: #FFF;

}


/*header*/
#header {
height: 200px;
width: 100%;
margin: 0 auto;
background-image: url(../images/header_img.jpg);
animation: hbg 10s 1 linear;
}

@keyframes hbg {
  0% {
    background-position: -80px 0px;
  }
  100% {
    background-position: 0px 0px;
  }
}

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

#container {
height:100vh;
width: 100%;
margin: 0 auto;
background-color: #FFF;

}

/*header*/
#header {
position: relative;
height: 50px;
width: 100%;
margin: 0 auto;
background-image: url(../images/header_img.jpg);
animation: hbg 10s 1 linear;

}

}

/*contents*/
#contents{
display: flex;
flex-direction: row-reverse;
background-color: #fff;

}

/*main_area*/
#main_area {
width: 730px;
padding: 10px;/*有効エリア左右710px*/

}

/*side_menu*/
#side_menu {
width: 230px;

}

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

/*main_area*/
#main_area {
width: 100%;
padding: 10px;/*有効エリア左右710px*/

}

/*side_menu*/
#side_menu {
width:0px;
}

}



/*footer*/
#footer {
text-align: center;
width: 100%;

}

#header h1{
padding-top: 20px;
padding-left: 25px;
letter-spacing: 5px;
color: #FFF;
text-shadow: 0px 0px 5px #333;
}

#header h1 a{
color: #fff;
}


#header h2{
padding-top: 20px;
padding-left: 25px;
font-size: 18px;
letter-spacing: 5px;
color: #FFF;
text-shadow: 0px 0px 5px #333;
}

.btn-flat-border {
  position: relative;
  top: -80px;
  left: 840px;
  font-size: 14px;
  letter-spacing: 5px;
  display: inline-block;
  padding: 0.3em 0.3em;
  text-decoration: none;
  color: #666666;
  border: solid 1px #666666;
  border-radius: 3px;
  transition: .4s;
		background: rgba(255,255,255,0.6)
}

.btn-flat-border:hover {
  background: #666666;
  
		color: #ffffff;
}

.btn-flat-home {
  position: relative;
  top: 78px;
  left: -118px;
		width: 230px;
  font-size: 16px;
  /*letter-spacing: 5px;*/
  display: inline-block;
  padding: 0.3em 0.7em;
  text-decoration: none;
  color: #333;

  transition: .4s;
		background: rgba(255,255,255,0.7)
}

.btn-flat-home:hover {
  background: #666666;
  
		color: #ffffff;
}

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

#header h1{
padding-top: 15px;
padding-left: 25px;
letter-spacing: 5px;
color: #FFF;
text-shadow: 0px 0px 5px #333;
}

#header h2{
display: none;
}

.btn-flat-border {
 position:absolute;
  top: 10px;
  left: inherit;
  right: 10px;
  font-size: 11px;
  letter-spacing: 3px;
  display: inline-block;
  padding: 0em 0.1em;
  text-decoration: none;
  color: #666666;
  border: solid 1px #666666;
  border-radius: 3px;
  transition: .4s;
		background: rgba(255,255,255,0.6)
}

.btn-flat-border:hover {
  background: #666666;
  
		color: #ffffff;
}

.btn-flat-home {
display: none;
}

.btn-flat-home:hover {
  background: #666666;
  
		color: #ffffff;
}


}

/*アコーディオンメニュー*/
.menu {
    max-width: 600px;
				font-size: 16px;
}

.menu a {
    display: block;
    text-decoration: none;
    color: #FFF;
}

.menu li a {
display: block;
padding: 10px;
text-decoration: none;
color: #011337;
border-left: 6px solid #65768D;
border-top: solid 1px #ffffff;
}

.menu li:first-child a {
				border-top:none;
}

label {
    display: block;
    margin: 0 0 1px 0;
    padding : 15px 0px 15px 10px;
/*    line-height: 1;*/
    color :#fff;
    background : #4e5b6c;
    cursor :pointer
}

label:hover{
background : #7d8b9d;
}

input {
    display: none;
}

input.contact_f {
    display: inline;
}
.menu ul {
    margin: 0;
    padding: 0;
    background :#a4d1d7;
    list-style: none;
}

.menu li {
    height: 0;
				
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.menu li:hover{
background-color: #fff;
}


/*メニューが1行の場合の処理*/
#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li,
#menu_bar07:checked ~ #links07 li,
#menu_bar08:checked ~ #links08 li,
#menu_bar09:checked ~ #links09 li,
#menu_bar10:checked ~ #links10 li{
    height: 50px;
    opacity: 1;
}

/*メニューが2行の場合の処理*/
#menu_bar01:checked ~ #links01 li.double,
#menu_bar02:checked ~ #links02 li.double,
#menu_bar03:checked ~ #links03 li.double,
#menu_bar04:checked ~ #links04 li.double,
#menu_bar05:checked ~ #links05 li.double,
#menu_bar06:checked ~ #links06 li.double,
#menu_bar07:checked ~ #links07 li.double,
#menu_bar08:checked ~ #links08 li.double,
#menu_bar09:checked ~ #links09 li.double,
#menu_bar10:checked ~ #links10 li.double {
    height: 70px;
    opacity: 1;
}

 label.menu-btn {
display: none;
}

@media screen and (max-width: 768px) {
/*アコーディオンメニュー*/
.menu {
    max-width: 600px;
				font-size: 12px;
}


label {
    display: block;
    margin: 0 0 1px 0;
    padding : 15px 0px 15px 10px;
/*  line-height: 1;*/
    color :#fff;
    background : #4e5b6c;
    cursor :pointer
}





label.menu-btn {
display: block;
}


}
@media screen and (max-width: 768px) {
/*ハンバーガーメニューテスト*/
.menu-btn {
    /*position: fixed;*/
    position:absolute;
    top: 50px;
    right: 0px;
    display: flex;
    height: 45px;
    width: 45px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #4e5b6c;
	padding-top: 20px;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;

}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}


.hamburger-menu{

}

.menu-content {
    width: 100%;
    height: 200%;
    /*position: fixed;*/
	position: absolute;
    top: 50px;
    left: -100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #fff;
    transition: all 0.5s;/*アニメーション設定*/
}


#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
}

/*メインエリア*/
#main_area h3{
color: #01355c;
padding-top: 1em;

}


/*topics card*/
.topics {
    padding: 0.5em 1em;
    margin: 2em 2em;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
/*リンクのクリック範囲を親要素(DIV)全体に広げる*/
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.topics:hover {
    background-color: #ecf3f9;
}

.topics dt a {
position: absolute;
top: -4px;
left: 37px;
width: 100%;
height: 100%;
text-indent: -999px;
z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.topics dd a {
position:relative;
z-index: 3; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.topics dd a:hover {
color:red;
}

dl.topics {
border-radius: 5px;
border: 1px solid #a4d1d7;
padding: 0.5em;
box-shadow: 2px 2px 5px #ccc;
}

dl.topics .tag{
padding: 0.2em;
margin-right: 0.5em;
font-size: 12px;
color: #FFFFFF;
background-color:#4e5b6c;
}

dl.topics dt {
margin-bottom: 1em;
}

dl.topics dd {
margin-top: 0.5em;
margin-left: 0em;
}

dl.topics dd h2 {
color: #4e5b6c;
font-size: 20px;
}

dl.topics dd.deadline {
text-align:right; 
}

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

.topics {
    padding: 0.5em 1em;
    margin: 2em 1em;
    color: #5d627b;
}

dl.topics dd h2 {
color: #4e5b6c;
font-size: 18px;
}

}

.main_box{
width: 100%;
padding: 1em;
position: relative;
z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}

h1.title {
padding: 1rem 2rem;
border-bottom: 6px double #4e5b6c;
background: #f4f4f4;
line-height: 1.3;
}
@media screen and (max-width: 768px) {
h1.title {
padding: 0.5rem 1rem;
font-size: 20px;
}
}

table {
    background-color: #efefef;  /* 背景色指定 */
	font-size: 14px;
	width: 100%;
}
 
th {
    background-color: #dddddd;  /* 背景色指定 */
}

th,td {
    border: solid 1px;              /* 枠線指定 */
	background-color: #f9f9f9; 
	padding: 3px;
}
 
table {
    border-collapse:  collapse;     /* セルの線を重ねる */
}

/* 宗教研究リストボタン */

li.button-bulletin{
list-style: none;
margin-bottom: 0.5em;
}

.button-bulletin a {
    background: #a4d1d7;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    z-index:0;
}
.button-bulletin a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #65768D;
    transition: .3s;
    left:0;
}
.button-bulletin a:hover {
    color: #FFF;
}
.button-bulletin a:hover:before {
    width: 100%;
    z-index: -1;
}

.main_box a{
word-break: break-all;
}

/*↓ページトップへ戻るボタン*/
#page-top{
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	right: 10px;
	font-size: 14px;
	width: 80px;
	background: rgba(0,0,0,.5);
	border-radius: 5px !important; /*角丸の指定*/
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#page-top:hover{
  background: rgba(0,0,0,.8);
  
}

.latestissue{
text-align: center;
}

.f-small {font-size: 70%;}


/*デジタルアーカイヴ用アコーディオン*/
.s_01 .accordion_one {
  max-width: 500px;
  margin: 0 auto;
}
.s_01 .accordion_one .accordion_header {
  background-color: #4e5b6c;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  border-top: 1px solid #fff;
}
/*.s_01 .accordion_one:nth-of-type(2) .accordion_header {
    background-color: #ff9a05;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_header {
    background-color: #1c85d8;
}*/
.s_01 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_01 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 20px;
  height: 20px;
  border: 1px solid #4e5b6c;
  margin-top: -10px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_01 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 16px;
  height: 2px;
  position: absolute;
  top: 6px;
  left: -1px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 16px;
  top: -1px;
  left: 6px;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_01 .accordion_one .accordion_inner {
  display: none;
  padding: 10px 30px;
  border-left: 2px solid #65768D;
  border-right: 2px solid #65768D;
  border-bottom: 2px solid #65768D;
  box-sizing: border-box;
}
/*.s_01 .accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #ff9a05;
  border-right: 2px solid #ff9a05;
  border-bottom: 2px solid #ff9a05;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #1c85d8;
  border-right: 2px solid #1c85d8;
  border-bottom: 2px solid #1c85d8;
}*/
.s_01 .accordion_one .accordion_inner .box_one {
  height: 140px;
}
.s_01h7{
  height: 220px;
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
/*@media screen and (max-width: 1024px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}*/

.f-point{
color:#65768D;
font-weight: bold;
}

.p-center{
text-align: center;
}

/*Religious Studies in Japanプルダウンメニュー*/

.gnavi__wrap {
    width: 325px;
    margin: 0 auto;
}


.gnavi__lists {
    margin-left: -32px;
    display: flex;
	list-style-type: none;
}

.gnavi__list {
    width: 100%;
    height: 30px;
    background-color: #a4d1d7;
    position: relative;
    transition: all .3s;
	border-bottom: 1px solid #fff;
	
}
.gnavi__list:hover {
    background-color: #65768D;
	
}
.gnavi__list:not(:first-child)::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
}
.gnavi__list:hover::before {
    background-color: #65768D;
}
.gnavi__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #1b4059;
    font-size: 15px;
    letter-spacing: 0.05em;
    font-weight: 600;
    transition: all .3s;
}
.gnavi__list:hover a {
    color: #fff;
}

.dropdown__lists {
    margin-left: -32px;
    display: none;/*デフォルトでは非表示の状態にしておく*/
    width: 357px;
    position: absolute;
    top: 22px;
    left: 0;
	list-style-type: none;
}
.gnavi__list:hover .dropdown__lists {
    display: block;/*Gナビメニューにホバーしたら表示*/

}
.dropdown__list {
	background-color: #65768D;
	height: 30px;
	transition: all .3s;
	position: relative;
	border-bottom: 1px solid #fff;
}

.dropdown__list2 {
    background-color: #65768D;
    height: 55px;
    transition: all .3s;
    position: relative;
	border-bottom: 1px solid #fff;
}

.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #65768D;
    position: absolute;
    top: 0;
    left: 0;
}

.dropdown__list2:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #65768D;
    position: absolute;
    top: 0;
    left: 0;
}

.dropdown__list:hover {
    background-color: #003558;
}

.dropdown__list2:hover {
    background-color: #003558;
}

.dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
}
.dropdown__list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}

.dropdown__list2 a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}

/*URLなどを適宜改行させる*/
.word-break{
word-break: break-all;
}


dl.history {
  display: flex;
  flex-wrap: wrap;
}
dl.history dt {
  width: 10%;
}
dl.history dd {
  width: 90%;
}

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

dl.history {
  display: flex;
  flex-wrap: wrap;
}
dl.history dt {
  width: 19%;
}
dl.history dd {
  width: 81%;
}

}

.boxbreak{
word-break: break-all;
}

.txt-red{
color:red;
}