@charset "utf-8";
/* CSS Document */

#title_wrap_a{
	background-image: url( "../../rotary/img/title/title_about.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.content {
    display: none;
}
.content.show {
    display: block;
}

/********************/

.tab_cont{
	width: 1100px;
	margin: 100px auto 200px;
	
}

.tab-container {
	display: flex;
}

.tab{
	color: 	#17458e;
	margin: 20px 30px 20px 0;
	
}

.active {
	color: 	red;
}

.content-container h4{
	color: 	#17458e;
	font-size: 32px;
}
.content-container h5{
	color: 	#17458e;
	font-size: 21px;
}



.rotary_furukawa_about table{

	width: 100%;
	margin: 0 auto;
	
}


.rotary_furukawa_about th,.rotary_furukawa_about td{
	padding: 20px 0;
	border: 1px solid #17458e;
}

.rotary_furukawa_about th{
	width: 200px;
	background-color:#CDDCF6;

}

.rotary_furukawa_about td{
	padding: 20px 0 20px 20px;
	background-color: #EAF0FB;
}



/*四つの優先事項*/

#four_plan_wrap{
	margin: 100px auto;
}

.four_plan_colum{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
}

.four_plan_title{
	color: #17458e;
	width: 50%;
	display: block;
	padding: 20px 20px;
    font-size: 18px;
	text-align: center;
	margin: 0 auto 80px;
	border: 1px solid #17458e;
	
}

.four_plan_colum div{
	width: calc(100% / 2);
}


.four_plan_colum h6{
	color: #17458e;
	width: 80%;
	display: block;
	padding: 20px 0;
    font-size: 18px;
	text-align: center;
	margin: 0 auto;
	border-bottom: 1px solid #17458e;
}

.four_plan_colum h7{
	color: #17458e;
	width: 60%;
	display: block;
	padding: 10px 0;
    font-size: 16px;
	text-align: center;
	margin: 0 auto 20px;
	border-bottom: 1px solid #17458e;
}

.four_plan_cont ul{
	width: 70%;
	margin: 20px auto;
}


.four_plan_cont li{
	line-height: 3em;
	list-style-type:square;
}

.four_plan_cont table{
	margin: 0 auto 50px;
	width: 60%;
	border: none;
	
}

.four_plan_cont th,.four_plan_cont td{
	border: none;
}

.none li:nth-child(5){
	list-style: none;
	
}

/*各column線*/

.four_plan_colum div:nth-child(1){
	border-bottom: 1px solid  #A8B1D0;
	border-right: 1px solid  #A8B1D0;

}

.four_plan_colum div:nth-child(2){
	border-bottom: 1px solid  #A8B1D0;

}


.four_plan_colum div:nth-child(3){
	border-right: 1px solid  #A8B1D0;

}




/************SP用**************/
@media screen and (max-width:500px)  {



#title_wrap_a{
/*	position: relative;
        top: 21vw;
        z-index: -1;*/
    
}	


	
.tab_cont{
	width: 100%;
	margin: 100px auto 200px;
	
}

.tab-container {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
    
}
	
	
.tab{
	color: 	#17458e;
	margin: 2vw auto;;
	
}

.active {
	color: 	red;
}

	.content-container{
		width: 90%;
		margin: 0 auto;
	}
	
	
.content-container ul{
	margin: 0;
	padding: 0;
}	
		
	
.content-container li{
	margin: 10vw 0;
}	
		
.content-container h4{
	font-size: 5vw;
	line-height: 2em;
}	
	
.content-container h5{
	color: 	#17458e;
	font-size: 21px;
}



.rotary_furukawa_about table{

	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	
}


.rotary_furukawa_about tr{
	display: flex;
	flex-direction: column;
   
}


.rotary_furukawa_about th,.rotary_furukawa_about td{
	padding: 4vw;
	width: 100%;
	border: 1px solid #17458e;
	text-align: left;
}

.rotary_furukawa_about th{
	width: inherit;
	background-color:#CDDCF6;

}

.rotary_furukawa_about td{
	padding: 20px 0 20px 20px;
	background-color: #EAF0FB;
}
	
	
	


/*四つの優先事項*/

#four_plan_wrap{
	margin: 10vw auto;
}

.four_plan_colum{
	    display: flex;
	flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;

}

.four_plan_title{
	color: #17458e;
	width: 100%;
	display: block;
	padding: 4vw;
    font-size: 4vw;
	text-align: center;
	margin: 0 auto 10vw;
	
}

.four_plan_colum div{
	width: 100%;
	border-bottom: 1px solid  #A8B1D0;
}


.four_plan_colum h6{
	width: 100%;
	padding: 4vw 0;
    font-size: 4vw;
	margin: 0 auto;
}

.four_plan_colum h7{
	width: 100%;
	display: block;
	padding: 4vw 0;
    font-size: 4vw;
	text-align: center;
	margin: 0 auto 5vw;
	border-bottom: 1px solid #17458e;
}

.four_plan_cont ul{
	width: 80%;
	margin: 20px auto;
}


.four_plan_cont li{
	line-height: 1em;
}

.four_plan_cont table{
	margin: 0 auto 50px;
	width: 100%;
	border: none;
	
}

.four_plan_cont th,.four_plan_cont td{
	border: none;
}

/*各column線*/

.four_plan_colum div:nth-child(1){

	border-right: none;

}

	
.four_plan_colum div:nth-child(2){
	border-bottom: 1px solid  #A8B1D0;

}


.four_plan_colum div:nth-child(3){
	border-right: none;

}



	
	
	
	
	
	
	
}



