@charset "utf-8";
/* CSS Document */

#title_wrap_a{
	background-image: url( "../../rotary/img/title/title_about.png");
	background-repeat: no-repeat;
	background-size: cover;
}

	.tab-container a{
		color: #17458e;

	}
	
	   .tab-container .active a{
        color: red!important;
    }

.tab {
    margin: 0px 30px 0px 0;
}

.tab_cont {
    width: 1100px;
    margin: 10px auto 200px;
}

/******************/

.monthly_table table{ 
	width: 100%;
	margin: 0 auto;
	
	
}


.reikai_title{
	font-size: 20px;
	text-align: center;
	background: #12327C;
	color: #FFFFFF;
}


.monthly_table th{

	padding: 10px 0;
}

.monthly_table td{
	border: 1px solid #D3E0FF;
	padding: 10px 0;
	text-align: center;
}

.monthly_table td br{
	display: none;
}


/*会報*/

.kaihou_contents{
	width: 100%;
	margin: 0 auto;
	
}


.kaihou_contents table{
	width: 100%;
	margin: 0 auto;
	display: flex;
	border: none;
	
}
.kaihou_contents tbody{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.kaihou_contents tr{
    width: calc(100% / 4);
    display: flex;
    flex-direction: column;
	margin: 20px 0;
}


.kaihou_contents tr:hover{
	opacity: 0.7;
}




.kaihou_contents th,.kaihou_contents td{
	border: 1px solid #D3E0FF;
	margin:0 10px;
}
.kaihou_contents th{
	
}

.kaihou_contents td{
	text-align: center;
	margin: -1px 10px 0 10px ;
}

.kaihou_contents th a,.kaihou_contents td a{
	display: block;
	padding: 10px;
}





/************SP用**************/
@media screen and (max-width:500px)  {
    .tab_cont {
        width: 100%;
        margin: -2vw auto;
    }
	
	.tab-container{
		display: flex;
		        flex-direction: row;
        width: 90%;
        margin: 0 auto;
		justify-content: flex-start;
	}	
	
	.tab{
		margin:0 3vw 0 0;
	}
	.tab-container a{
		color: #17458e;

	}
	
	    .tab-container .active a{
        color: red!important;
    }

	 .content-container h5 {
        color: #17458e;
        font-size: 5vw;
    }
	
	
#title_wrap_a{
/*	position: relative;
        top: 21vw;
        z-index: -1;
    */
}	

.reikai_title{
	font-size: 4.5vw;
	display: inherit;

}

/*    .reikai_title th {
        display: flex!important;
		flex-direction: row;
        justify-content: center;
	
    }
	*/
	.monthly_table table{
		display: flex!important;
		flex-direction: row;
        justify-content: center;
		border: none;
		width: 100%;
	}
	
	.monthly_table tbody{
        display: flex !important;
        flex-direction: row;
        justify-content: flex-start;
        border: none;
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
	}
	
	.monthly_table tr{
		        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        width: 100%;
    
	}
	
	.monthly_table th{
		display: flex;
		flex-direction: row;
        justify-content: center;
		border: none;
		        border: 1px solid #D3E0FF;
		font-size: 4vw;
	}
		
	.monthly_table td{
    border: 1px solid #D3E0FF;
    padding: 10px 0;
    text-align: center;
    display: flex;
    align-items: center;
		justify-content: center;
		font-size: 3.6vw;
	}
		

	/*各セル調整*/

	 .monthly_table td br{
	display: inherit;
	}  
	
	
	
	
	.monthly_table th:nth-child(1){
        width: 24vw;
        padding: 5vw 2vw;
    }	
	
	
	.monthly_table td:nth-child(1){
        width: 24vw;
        padding: 5vw 2vw;
    }
	
	.monthly_table th:nth-child(2){
        width: 28vw;
        padding: 5vw 2vw;
				margin: 0 0 0 -1px;

    }
	.monthly_table td:nth-child(2){
        width: 28vw;
        padding: 5vw 2vw;
		margin: 0 0 0 -1px;
    }
	
	
	
	.monthly_table th:nth-child(3){
        width: 40vw;
        padding: 5vw 2vw;
				margin: 0 0 0 -1px;

    }
	.monthly_table td:nth-child(3){
        width: 40vw;
        padding: 5vw 2vw;
				margin: 0 0 0 -1px;

    }
	
	
	
	
	
/*会報*/

.kaihou_contents{
	width: 100%;
	margin: 0 auto;
	
}


.kaihou_contents table{
	width: 100%;
	margin: 0 auto;
	display: flex;
	border: none;
	
}
.kaihou_contents tbody{
    width: 100%;
    justify-content: flex-start;
}

.kaihou_contents tr{
    width: calc(100% / 2);
	margin: 20px 0;
}


.kaihou_contents th,.kaihou_contents td{
	margin:0 1vw;
}
.kaihou_contents th{
	
}

.kaihou_contents td{
	text-align: center;
	margin: -1px 1vw 0 1vw ;
	font-size: 3.5vw;
}

.kaihou_contents th a,.kaihou_contents td a{
	display: block;
	padding: 2vw;
}



	
}