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

#visual_Bg{
	height: 300px;
	background: url(../img/visual_bg.jpg) no-repeat center center;
	background-size: cover;
}

h2{
	font-size: 40px;
	font-size: 4.0rem;
	margin-top: 60px;
	text-align: center;
}

h2 span{
	margin-top: 5px;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	color: #88B5DD;
}

h3{
	font-size: 27px;
	font-size: 2.7rem;
	color: #fff;
	text-align: center;
	background-color: #88B5DD;
	padding: 30px 0;
	font-weight: normal;
	margin-top: 40px;
}

h4{
	font-size: 23px;
	font-size: 2.3rem;
	color: #000;
	padding-left: 10px;
	border-left: 6px solid #88B5DD;
	font-weight: normal;
	margin: 30px 0 20px;
}

h5{
	margin: 20px 0 0px;
	font-size: 20px;
	font-size: 2.0rem;
	color: #88B5DD;
	font-weight: normal;
}

p,ol,li,dt,dd,th,td{
	font-size: 17px;
	font-size: 1.7rem;
}

p{padding: 45px 0 0 0;line-height: 2.0;}

ol.style1{
	list-style: decimal;
	padding-left: 25px;
}


#mainHanger{
	width: 90%;
	margin: 0 auto;
}

.contensHanger{
	background-color: #fff;
	padding: 30px 30px 100px;
	margin-top: 47px;
}

.contensHanger h3:first-child{
	margin-top: 0;
}

.contents{padding: 0 27px;}

.contents ol,.contents ul{margin-top: 30px;}

.contents ol li{margin-bottom: 10px;line-height: 2.0;}

table.style1{
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size: 1.7rem;
}
table.style1 th{
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-align: center;
	line-height: 1.3;
	background: #E1ECF6;
}
table.style1 td{
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	line-height: 1.6;
}


/**************************************************
 news
**************************************************/

.news img{
	display: block;
	max-width: 100%;
	margin: 25px auto;
}

.news .contents a{color: #000000;text-decoration: underline;}

.news .contents a:hover{color: #88B5DD;transition: 0.2s;}

.oneColumn{
	max-width: 1000px;
	margin: 20px auto 0 auto;
	padding: 0;
	font-size: 1.4rem;
	line-height: 1.3;
	text-align: center;
}
.oneColumn img{
	display: block;
	width: 100%;
	margin: 0 0 5px 0;
}

.twoColumn{
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	display:-webkit-box;
  	display:flex;
	flex-wrap: wrap;
}
.twoColumn span{
	width: calc(50% - 10px);
	margin: 30px 20px 0 0;
	font-size: 1.4rem;
	line-height: 1.3;
	text-align: center;
}
.twoColumn span:nth-of-type(2n){margin: 30px 0 0 0;}
.twoColumn span:first-of-type{margin: 10px 20px 0 0;}
.twoColumn span:nth-of-type(2){margin: 10px 0 0 0;}
.twoColumn span.style1:first-of-type{margin: 25px 20px 0 0;}
.twoColumn span.style1:nth-of-type(2){margin: 25px 0 0 0;}
.twoColumn span img{
	display: block;
	width: 100%;
	margin: 0 0 5px 0;
}

table.style1.news1{
	width: auto;
	margin-left: 70px;
	text-align: center;
}
table.style1.news1 th{width: 160px;}

/**************************************************
 about
**************************************************/
.about dl{margin-bottom: 10px;}

.about dl:first-child{margin-top: 45px;}

.about dt{float: left;}

.about dd{margin: 0 0 0 160px;line-height: 1.8;}

.about img{
	display: block;
	max-width: 100%;
	margin: 25px auto 0;
}

.music_audio{text-align: center;width: 40%;}

.music_audio audio{width: 100%;}

.music_audio p{margin-bottom: 10px;}

/**************************************************
organization
**************************************************/

.flex{
	display: flex;
	width: 80%;
	justify-content: space-between;
	margin: 0 auto;
	
}

.tableHanger table{
	margin: 30px auto 0;
	width: 80%;
	padding: 0;
	border: none;
}

.tableHanger table th{
	width: 40%;
	padding: 15px 10px 12px 10px;
	text-align: left;
	border-bottom: 2px solid #fff;
	border-right: none;
	background-color: #88B5DD;
	color: #fff;
	
}

.tableHanger table td{
	padding: 15px 10px 12px 10px;
	border-bottom: 2px solid #fff;
	border-right: none;
	background-color: #f2f2f2;
	color: #000;
}

.tableHanger table.style2{width: calc(50% - 15px);
}

.organization p{
	padding: 0;
	line-height: 1.6;
}

.organization:last-child p{
	margin-top: 20px;
}

/**************************************************
 report
**************************************************/
.report ol{
	list-style: decimal;
	padding: 0 0 0 20px;
}

.report ol li{
	line-height: 1.6;
	padding: 10px 0 0 0;
}

table.report{
	/*width: 100%;*/
	margin-top: 20px;
	font-size: 1.7rem;
}
table.report td{
	padding: 15px 0;
	line-height: 1.5;
	vertical-align: top;
}
table.report tr td:first-child{
	/*text-align: right;
	padding-right: 10px;*/
	padding-right: 20px;
	white-space: nowrap;
}
/*table.report tr td:nth-child(2){
	padding-right: 20px;
	white-space: nowrap;
}*/


/**************************************************
newsletter
**************************************************/
.newsletter{font-size: 0;}

.newsletter img{
	width: 100%;
/*	margin: 10px 10px;*/
}
.newsletter ul{text-align: center;}
.newsletter ul li{
	display: inline-block;
	vertical-align: top;
	/*width: calc(33% - 20px);
	margin: 10px 10px;*/
	width: 65%;
	margin: 0;
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
}

.thumbHanger ul li img{
	width: 100%;
	margin: 0 0 10px 0;
	display: block;
}

.newsletter ul li a{color: #333333;}

/**************************************************
 Responsive
**************************************************/
@media screen and (max-width: 640px){
	
	#visual_Bg{height: 160px;}
	
	h2{
		font-size: 30px;
		font-size: 3.0rem;
		margin-top: 30px;
	}
	
	h2 span{
		font-size: 15px;
		font-size: 1.5rem;
		margin-top: 0;
	}
	
	h3{
		font-size: 22px;
		font-size: 2.2rem;
		padding: 10px;
	}
	
	h4{
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	h5{
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	p,ol,li,dt,dd,th,td{
	font-size: 15px;
	font-size: 1.5rem;
	}
	
	p{
		padding: 20px 0 0 0;line-height: 1.8;
	}
	
ol.style1{padding-left: 20px;}
	
table.style1{
	margin-top: 10px;
	font-size: 1.5rem;
}
	
/** news **********/
	
.contensHanger{
	margin-top: 25px;
	padding: 15px 15px 40px;
}
	
.contents{padding: 0 10px;}
	
.oneColumn{	font-size: 1.3rem;}

.twoColumn span{
	width: calc(50% - 5px);
	margin: 20px 10px 0 0;
	font-size: 1.3rem;
}
.twoColumn span:nth-of-type(2n){margin: 20px 0 0 0;}
.twoColumn span:first-of-type{margin: 10px 10px 0 0;}
.twoColumn span:nth-of-type(2){margin: 10px 0 0 0;}
.twoColumn span.style1:first-of-type{margin: 10px 10px 0 0;}
.twoColumn span.style1:nth-of-type(2){margin: 10px 0 0 0;}
	
table.style1.news1{
	width: 100%;
	margin-left: 0;
}
table.style1.news1 th{width: 160px;}
	
/** about **********/
	
	.about dl{margin-bottom: 15px;}
	
	.about dl:first-child{margin-top: 30px;}
	
	.about dt{float: none;margin-bottom: 3px;}
	
	.about dd{margin: 0;line-height: 1.5;}
	
	.music_audio{width: 100%;}
	
	.music_audio audio{width: 100%;}
	
/** organization **********/
	
	.flex{
		display: block;
		width: 100%;
	}
	
	.tableHanger table.style2{width: 100%;}
	
	.tableHanger table.style2:last-child{margin: 0;}
	
	table.style1{width: 100%;}
	
/** report **********/	
table.report{
	width: 100%;
	margin-top: 0;
	font-size: 1.5rem;
}
table.report td{padding: 20px 0 5px 0;}
table.report tr td:first-child{
	display: inline-block;
}
table.report tr td:nth-child(2){
	display: inline-block;
	padding-right: 0;
}
table.report tr td:last-child{
	padding-top: 5px;
	display: block;
	border-top: 1px solid #C3DAEE;
}
	
/** newsletter **********/
	.newsletter{margin: 0;}
	
	.newsletter ul li{
		width:100%;
		margin: 0;
	}
	
	/*.newsletter ul li:last-child{margin: 0 0  0px 0;}*/
}

