@charset "utf-8";

/*---リンク---*/
a{text-decoration: none;
}

/*----------全体----------*/
body{
font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "MS Pゴシック", MS PGothic, sans-serif;
color:#000000;
font-size:15px;
margin: auto;
text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;/* Safari */
}
.img-alltop{
width:100%;
position:relative;
z-index:1;	
}
.top-space{
width:100%;
height:50px;
opacity: 0;
}
.hrstyle{
	margin-top: 50px;
	width: 90%;
}
section.pc-display{
display:block;
}
section.mp-display{
display:none;
}

/*----------ヘッダー----------*/
header{
width:100%;
background-color:#17217A;
height:50px;
position:fixed;
z-index:23;	
font-weight: bold;
}
.header-inner1{
margin: 15px 0 0 100px;
float:left;
}
.header-inner2{
margin: 15px 0 0 150px;
float:left;
position:absolute;
z-index:25;
}
/* Global Menu */
.header-inner3{
margin: -7.5px 0 0 170px;
position:absolute;
z-index:24;
}
.header-inner3 ul li ul{
    display: none;
}
.header-inner3 ul li:hover ul{
    display: block;
}
.header-inner3 ul > li{
    display: inline-block;
}
.header-inner3 ul > li > a{
    padding: 5px 10px 5px 15px;
    display: block;
}
.header-inner3 ul > li:hover > a{
    background-color: #17217A;
    color: #ff0000;
} 
/* Submenu */ 
.header-inner3 ul li ul{
position:relative;
	top:-8px;
    right:100px;
	text-align: center;
}
.header-inner3 ul li ul li{
    display:block;
}
.header-inner3 ul li ul li a{
    background-color: #efefef;
    color: #444;
}
.header-inner3 ul li ul li a:hover{
    background-color: #ddd;
}
.header-inner4{
margin: 15px 0 0 320px;
float:left;
position:absolute;
z-index:25;
}
.header-inner5{
margin: 15px 0 0 390px;
float:left;
position:absolute;
z-index:25;
}
.header-inner6{
margin: 12px 0 0 500px;
float:left;
position:absolute;
z-index:25;
}
.header-inner7{
margin: 12px 0 0 680px;
float:left;
position:absolute;
z-index:25;
}
.header-inner8{
margin: 15px 0 0 850px;
float:left;
position:absolute;
z-index:25;
}
.header-inner9{
margin: 13px 0 0 950px;
float:left;
position:absolute;
z-index:25;
}
.header-inner9 .X_icon{
width: 5%;
}

/*----------カルーセルスライドショー----------*/
.carousel{
position: relative;
width:100%;
margin: 0 auto;
background:#ffffff;
}
.img-index{
width:100%;
position:relative;
opacity: 0;
}
.in img{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}
img{
    display: block;
    width: 100%;
    height: auto;
}
input{
    display: none;
}
.in{
    display: flex;
    justify-content: center;
}
label span{
    display: block;
    width: 15px;
    height: 15px;
    padding: 7px;
    margin: -40px 0 0;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
    z-index: 5;
}
label span::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #4287f5;
    opacity: 0.5;
    border-radius: 100%;
}            
input:nth-of-type(1):checked ~ .in label:nth-of-type(1) span::before,
input:nth-of-type(2):checked ~ .in label:nth-of-type(2) span::before,
input:nth-of-type(3):checked ~ .in label:nth-of-type(3) span::before{
    background: #ff0000;
    opacity: 3;
}
label span::before{
    animation: slidebutton 16.5s infinite;
}
@keyframes slidebutton{
0%{opacity: 0.5; background: #4287f5;}
3%{opacity: 1; background: #ff0000;}/* b÷x×100=y */
33.3%{opacity: 1; background: #ff0000;}/* 100÷c=z */
36.3%{opacity: 0.5; background: #4287f5;}/* y+z */
100%{opacity: 0.5; background: #4287f5;}
}           
label:nth-of-type(2) span::before,label:nth-of-type(2) img{
    animation-delay: 5.5s;
}            
label:nth-of-type(3) span::before,label:nth-of-type(3) img{
    animation-delay: 11s;
}                        
input:nth-of-type(1):checked ~ .in label:nth-of-type(1) img,
input:nth-of-type(2):checked ~ .in label:nth-of-type(2) img,
input:nth-of-type(3):checked ~ .in label:nth-of-type(3) img{
    opacity: 1;
    z-index: 1;
}
.in img{
    animation: slide 16.5s infinite;/* (a+b)×c=x */
    opacity: 0;
}
@keyframes slide{
    0%{opacity: 0; display:block;}
    3%{opacity: 1;z-index:1;}/* b÷x×100=y */
    33.3%{opacity: 1;}/* 100÷c=z */
    36.3%{opacity: 0; display:none;}/* y+z */
    100% { opacity:0; }
}
input:checked ~ .in img,input:checked ~ .in span::before{
    animation: none;
}
.in:hover img,.in:hover span::before{
    animation-play-state:paused;/* マウスを載せると一時停止 */
}	

/*----------トピックス・Xフレックス----------*/	
.topics {
  width: 70%;
  background: #ffffff;
  margin: 0 10px 0 0;
}
.Xtimeline {
background: #ffffff;
}
.topics,
.Xtimeline {
  padding: 2%;
  border-radius: 10px;
}
.flexbox {
    display: -webkit-flex;
    display: flex;
  }
.topics .table-size{
	width: 100%;
	border:solid 4px #990000;
	border-collapse:collapse;	
}
.topics .thposition{
vertical-align:middle;
border:solid 4px #990000;
	background-color:#990000;
}
.topics .fontstyle{
font-family: Letter Gothic Std;
color:#ffffff;
}
.topics .tdposition{
background-color:#ffffff;
vertical-align:middle;
font-size: 18px;
}
.topics .topics-logo{
width: 5%;
	float: left;
margin: 10px;
	padding-right: 10px;
vertical-align: middle;
border-right: 2px #000000 solid;
}
.topics .topics-link{
padding-top: 20px;
}
.topics .topics-link2{
padding-top: 10px;
}
.topics .news-link{
	padding: 20px 20px 5px 0;
	text-align: right;
	 text-decoration:underline;
}

/*----------タブ切り----------*/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
margin-top:3px;
}
.tab-wrap:after {
  content: '';
  margin-top: -20px;
  background: #ffffff;
  display: block;
  order: -1;
}
.tab-label1,.tab-label2 {
  color: White;
  font-size: 20px;
　font-weight: bold;
  border-top: solid 2px #bfbfbf;
  border-left: solid 2px #bfbfbf;
  border-right: solid 2px #bfbfbf;
  background: #bfbfbf;
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label1:not(:last-of-type), .tab-label2:not(:last-of-type){
  margin-right: 5px;
}
.tab-content1,.tab-content2 {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch1:checked+.tab-label1 {
  color: #ffffff;
  font-size: 20px;
  border-top: solid 2px #0000ff;
  border-left: solid 2px #0000ff;
  border-right: solid 2px #0000ff;
  background: #528ECB;
}
.tab-switch2:checked+.tab-label2 {
  color: #ffffff;
  font-size: 20px;
  border-top: solid 2px #ff0000;
  border-left: solid 2px #ff0000;
  border-right: solid 2px #ff0000;
  background: #E30048;
}
.tab-switch1:checked+.tab-label1+.tab-content1{
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: 0.5s opacity;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
  border: solid 2px #0000ff;
}
.tab-switch2:checked+.tab-label2+.tab-content2 {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: 0.5s opacity;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
  border: solid 2px #ff0000;
}
/* ラジオボタン非表示 */
.tab-switch1,.tab-switch2 {
  display: none;
}	
/* コンテンツ内*/
.video1 {
  margin: 0 5px 0 0;
}
.video1,
.video2 {
  padding: 2%;
}
.flexbox2 {
	margin-left: 30px;
    display: -webkit-flex;
    display: flex;
  }
.listitem img{
	width: 25%;
}
.listitem2 img{
	width: 20%;
}
.listitem3 img{
	width: 15%;
}
.jump{
border: 2px #528ECB solid;
	display: inline-block;
	padding: 5px 5px 5px 8px;
	 border-radius: 10px;
}
.chant-link{
	 float: right;
	margin-top: -20px;
	 text-decoration:underline;
}

/*----------活動報告----------*/
.background{
	position: relative;
	z-index: 1;
	opacity: 0.3;
}
.activity{
		position: relative;
	margin-top: -700px;
	z-index: 5;
}
.headitem{
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
    background-color: #528ECB;
    width:fit-content;	
    margin:0 auto 5px;
	padding: 5px 2px 0 20px;
	border-radius: 10px;
}
.activity .table-size{
	width: 70%;
	margin: 0 auto;
	border:solid 1px #528ECB;
	background-color: #528ECB;
	border-collapse:collapse;
}
.activity .tdposition{
padding: 25px 20px 20px 20px;
background-color: #528ECB;
vertical-align:middle;
font-size: 18px;
}
.activity-image{
width: 10%;
float: left;
margin: 0 15px 0 0;
padding-right: 15px;
vertical-align: middle;
border-right: 2px #ffffff solid;
}
.snap-link a{
color: #ffffff;
}
.activity-link{
	color: #ffffff;
	padding: 20px 20px 5px 0;
	text-align: right;
	 text-decoration:underline;
}
.activity-link a{
	color: #ffffff;
}

/*----------スペシャル----------*/
.background2{
	margin-top: 200px;
	position: relative;
	z-index: 1;
	opacity: 0.3;
}
.special{
		position: relative;
	margin-top: -850px;
	z-index: 5;
}
.special .headitem{
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
    background-color: #E30048;
    width:fit-content;	
    margin:0 auto 5px;
	padding: 5px 20px 5px 20px;
	border-radius: 10px;
}
.special .frame-size{
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 15px 5px;
	border:solid 1px #E30048;
	background-color: #E30048;
}
.sp1,
.sp2,
.sp3,
.sp4,
.sp5,
.sp6,
.sp7,
.sp8{
  width: 25%;
  background: #ffffff;
  margin: 5px 10px 5px 10px;
  box-shadow: 5px 5px 10px;
  border:3px #CBAE69 solid;
  transition-duration: .4s;
}
.flexbox3 {
    display: -webkit-flex;
    display: flex;
  }
.flexbox4 {
    display: -webkit-flex;
    display: flex;
  }
.sp1:hover,
.sp2:hover,
.sp3:hover,
.sp4:hover,
.sp5:hover,
.sp6:hover,
.sp7:hover,
.sp8:hover {
  transform: scale(1.1);
}
.sp-btn{
	text-align: center;
	color: #000000;
font-size: 20px;
font-weight: bold;
transform: skewX(-20deg);
}

/*----------フッダー----------*/
.linkitem{
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.footer-link{
	margin: -10px auto 30px auto;
	width: 90%;	
}
.footer-link td{
	padding: 5px;
	text-align: center;
	text-decoration:underline;
}
.link-color a{
	color: #000000;
}
.Copyright{
	font-size: 12px;
	text-align: center;
}




/*----------メディアクエリ（PCファースト）スマートフォン用CSS（320px～480px） ※画面幅480px以下の場合適用----------*/
@media screen and (max-width:480px){

	
/*----------トピックス・Xフレックス----------*/	
  .flexbox1 {
    display: -webkit-flex;
    display: flex;
  }
  .topics {
    margin: 0 10px 0 0;
  }
}	
