@charset 'utf-8';

/*!
 * swiper.js
 */

.swiper-container {
width: 100%;
  height: 100%;
  overflow:visible;
  z-index: 1;
}

.mainvisual {
  overflow-x: hidden;
}





.swiper-pagination-bullet-active {
  background:#FC0004;
}

.bgfm1{
	background:#2284a2;
	margin-top:-6px;
}

.bgfm2{
	background:#cceaf4;
}



.padmain{
	padding:30px 10px 10px 10px;
}

.max-width{
	width:100%;
	height:auto;
}

.mmenu{
	position: relative;
}

.mmenuimg img{
width:100%;
}

.whitebgt{
	display: block;
	position: absolute;
	margin:0 auto;
	width:100%;
	bottom:5px;
	text-align:center !important;
	background: #fff;
		border-radius: 0px 0px 10px 10px;
	padding: 10px 0px 5px 0px;
}

.whitebgt h3{
	font-weight: 800 !important;
	font-size: 16px;
  font-weight:bold;
  padding: 0px;
  border-left:0px;
  color:#666666;
  line-height:22px;
	margin:0px;
}




.cirsq{
	border-radius: 10px;
}

/*topics*/

.padmaintopi{
	padding:30px 10px 40px 10px;
}



.topicscs h2{
	text-align: left !important;
	font-size:34px;
	font-family: 'Oswald', sans-serif;
	font-weight: 800;
	color: #008080;
	padding-left:10px;
	
}

.topicscs h2 span{
	font-size:20px;
	margin-left:20px;
}

.topicscs h4{
	text-align: right !important;
	font-size:16px;
	font-family: 'Oswald', sans-serif;
	font-weight: 800;
	color: #008080;
	padding:28px 10px 0px 10px;
}

.h4arrow{
	margin-bottom:1px;
	margin-right:5px;
}

.borders{
	border-top:2px solid #008080;
	margin-top:-10px;
	box-sizing:border-box;
}

.whitetopics{
	display: block;
	position: absolute;
	margin:0 auto;
	width:100%;
	bottom:5px;
	text-align:center !important;
	background: rgba(255,255,255,0.8);
		border-radius: 0px 0px 10px 10px;
	padding: 15px 15px 10px 15px;
}

.whitetopics p{
	text-align: left;
	font-size:14px;
	margin-bottom:10px;
}


/*4分割*/
.whitetopics2{
	position: relative;
	display: block;
	margin-top:-20px;
	width:100%;
	text-align:center !important;
	background: #fff;
		border-radius: 0px 0px 10px 10px;
	padding: 15px 15px 10px 15px;
	z-index: 1;
}

.whitetopics2 p{
	text-align: left;
	font-size:14px;
	margin-bottom:10px;
}

.newmark{
	display: block;
	position: absolute;
	top:20px;

}


/*news*/

.bgnews{
	background:url(../common/img/newsbg.jpg) no-repeat;
	background-size:cover;
	padding:80px 10px 80px 10px;
}
.whitebacks{
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}


.padmain2{
	padding:10px 10px 30px 10px;
}


.listline{
	padding:30px 40px 30px 40px;
}

.listline p{
	font-size:14px;
}

.listline p span{
	background:#e60012;
	color:#fff;
	padding:3px 15px 3px 15px;
	border-radius: 6px;
}

p.catde span{
	background:#e60012;
	color:#fff;
	padding:3px 15px 3px 15px;
	border-radius: 6px;
}

.listline:nth-child(2n){
  background-color:#f0f0f0;
}


/*member*/
.memberbox h3{
	font-size:24px !important;
	font-weight:bold;
}

.memberbox h4{
	font-size:16px;
	color:#2284a2;
	font-weight:bold;
	margin-top:20px;
}

.memberbox p{
	margin-top:20px;
	font-size:14px;
	line-height:190%;
}



@media (max-width: 667px) {

	.listline .row div{
		margin-bottom:20px;
	}
	a{
		text-decoration:none;
	}	
	
.swiper-slide img{
width:100%;
}
	
.topicscs h4{
	text-align: left !important;
	font-size:16px;
	font-family: 'Oswald', sans-serif;
	font-weight: 800;
	color: #008080;
	padding-top:0px;
}
	
.h4arrow{
	margin-bottom:6px;
	margin-right:5px;
}
	
.whitebgt{
	display: block;
	position: absolute;
	margin:0 auto;
	width:100%;
	bottom:0px;
	}

.whitetopics{
	display: block;
	position: absolute;
	margin:0 auto;
	width:100%;
	bottom:0px;
	
}
	
}




