/* ------------------------------------------------------------------------------
	SECOND
-------------------------------------------------------------------------------*/
article {
	color: #000;
}
span.date {
	color: #000;
}
article#singlepage h1{
	margin-top: 5px;
}
article#singlepage h1 a{
	margin-bottom: 30px;
	color: #000;
	font-weight: bold;
	font-size: 32px;
}
article#singlepage p{
	font-size: 16px !important;
	line-height: 1.5em;
}
.singleinner {
	width: 70%;
	margin: 0 auto;
}
article#singlepage a {
	color: #000;
}
.pagelinks ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 70px 0px 0px 0px;
}
.pagelinks ul li a {
	font-size: 18px;
}
.pagelinks ul li:first-child {
	text-align: left;
}
.pagelinks ul li:last-child {
	text-align: right;
}
#information ul li .postimage img {
	max-width: 100%;
	height: auto;
	border: 1px solid rgba(0,0,0,0.1);
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#information ul li:hover .postimage img{
border: 1px solid #000;
}
#information ul li h3 {
	font-weight: bold;
	color: #000;
	font-size: 1.2em;
}
#information ul li .posttxt {
flex:1;
}
span.view-article {
	display: block;
	text-align: left;
	font-weight: bold;
}
.pagination {
	text-align:center ;
	display: block;
}
.pagination a {
	color:#000;
	padding:5px 12px;
	display:inline-block;
}
.pagination span.current {
	background-color:#000;
	color:#fff;
	padding:5px 12px;
	display:inline-block;
}



.qa {
	margin-top: 40px;
}

.qa .panel {
    margin-bottom: 0px;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom:1px solid #000;
}

.qa .panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #fff;
}
.qa .panel-group .panel-heading {
    border-bottom: 0;
}

.qa .panel-group .panel-heading h4 {
	padding:10px 60px 10px 62px;
	position: relative;
}
.qa .panel-group .panel-heading h4:before {
	display:inline;
	content:'Q';
	background-color:#000;
	color:#fff;
	padding:10px 13px;
	margin-right: 20px;
    width: 38px;
    height: 38px;
    position: absolute;
    left:0;
    top:0;
}

.qa .panel-heading {
    padding: 10px 0px;
    border-bottom:none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.qa .panel-group .panel-heading+.panel-collapse>.list-group, .qa .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}

.qa .panel-default>.panel-heading {
    color: #333;
    background-color: #fff;

}
.qa .panel-group .panel-heading {
    border-bottom: 0;
}


.qa #accordion .panel-group {
	    border:none !important;
}

.qa .panel-body {
	padding: 25px 60px 15px 62px;
	position: relative;
	min-height: 80px;
	font-size: 16px;
}
.qa .panel-body:before {
    content: 'A';
    background-color: #666;
    color: #fff;
    padding: 8px 13px;
    display: block;
    float: left;
    font-weight: bold;
    font-size: 16px;
    width: 38px;
    height: 38px;
    position: absolute;
    left:0;
    top:15px;
}

.qa .panel-group .panel-heading h4 a:after {
content: '\f107';
font-family: fontawesome;
position: absolute;
right: 0;top:0;
font-size: 30px;
font-weight: normal;

}

.qa .panel-group .panel-heading h4 a[aria-expanded="true"]:after {
content: '\f106';
font-family: fontawesome;
    position: absolute;
    right: 0;top:0;
    font-size: 30px;
    font-weight: normal;
}


.mw_wp_form {
	background: #f0f0f0;
	padding: 70px 0px;
	margin: 40px 0px;
}

.mw_wp_form input[type="text"], .mw_wp_form input[type="email"], .mw_wp_form textarea {
	border:none;
	padding:8px;
	width:100%;
}

article table {
	width: 100%;
	border-top: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}
article table th {
	font-weight: bold;
	padding: 10px;
	background: #f0f0f0;
	border-bottom: 1px solid #fff;
	width: 40%;
}
article table td {
	padding: 10px;
	border-bottom: 1px solid #f0f0f0;
}
article table tr:last-child th {
		border-bottom: 1px solid #f0f0f0;
}

#concept {
	position: relative;
	width: 100%;
}
#concept .flexconcept, #members .flexmember  {
justify-content: space-between;
}
.conceptbg {
	height: 100%;
	max-height: 340px;
	position: absolute;
	top:0; left:0;
	width: 100%;
	overflow: hidden;
}
.conceptbg .bgin{
	background-image:url(../img/conceptbg.jpg) ;
	-webkit-background-size: cover;
	background-size: cover;
	background-position:center;
	background-repeat: no-repeat;
	position: absolute;
	top:0; left:0;
	width: 100%;
	height: 100%;
}
.conceptleft {
	position: relative;
	z-index: 10;
}
.conceptleft img {
	max-width: 100%;
	height: auto;
}
.conceptleft .block01 {
	background: #fff;
	padding: 30px;
	margin-top: 70px;
	box-shadow: 0px 1px 4.25px 0.75px rgba(8, 1, 3, 0.1);
	margin-bottom: 50px;
}
.conceptright {
	position: relative;
	z-index: 10;
	padding: 20px 40px;
	line-height: 1.8em;
	color: #000;
}
.conceptright img{
	display: none;
}

#members {
	width: 100%;
	position: relative;
}
.leftmem {
	background: #fff;
	box-shadow: 0px 1px 4.25px 0.75px rgba(8, 1, 3, 0.1);
	padding: 30px;
	z-index: 10;
}

@media screen and (min-width: 1024px){
.mw_wp_form dl {
	display:flex;
	align-items:center;
	margin-bottom:30px;
}
.mw_wp_form dl.topitems {
	align-items:flex-start;
}
.mw_wp_form dt {
width:200px;
color:#000;
}
.mw_wp_form dd {
	flex:1;
}

}

@media screen and (max-width: 1024px){
#information ul li .postimage img {
    width: 120px;
    height: auto;
}
}
@media screen and (min-width: 768px){
.flexconcept, .flexmember {
	display: flex;
}
.conceptleft {
	width: 40%;
}
.conceptright {
	width: 55%;
	top:390px;
}
.conceptbg2, .membottom2 {
	display: none;
}
.leftmem, .rightmem  {
	width: 480px;
}
.rightmem {
	text-align: right;
	height: 700px;
}
.membg {
	position: absolute;
	bottom: 20px;
	width: 100%;
	height: 360px;
	overflow: hidden;
	z-index: 0;
}
.membg .bgin{
	width: 100%;
	height: 100%;
	background-image:url(../img/membersbg.jpg) ;
	background-position: bottom right;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	z-index: 0;
}
.membg2 {
	display: none;
}
}
@media screen and (max-width: 767px){
h2 {
	font-size: 1.3em;
}
.flexconcept {
	width: 100% !important;
}
.conceptleft {
	position: relative;
	left:0; top:0;
	height: auto;
}
.conceptleft .block01{
	position: absolute;
	width: 95%;
	left:-20px;
	padding: 80px 40px 40px 40px;
	display: block;
	max-width: 340px;
	z-index: 10;
	top:0px;
	padding-top: 0;
	margin-top: 0;
}
.conceptleft img.pcnomi {
	display: none;
}
.conceptleft .block01 h2 {
	margin-top: 40px;
}
.conceptbg, .membottom {
display: none;
}
.conceptbg2 {
	position: relative;
	right:-20px;
	width: 100%;
	text-align: right;
	margin-bottom: 40px;
}
.conceptbg2 .bgin2 {
	width: 340px;
	display: inline-block;
	margin-top: 260px;

}
.conceptbg2 .bgin2 img{
	width: 100%;
	height: auto;
	position: relative;
	top:0;
}
.conceptright img, .rightmem img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 20px auto;
}
.membg {
	display: none;
}
.membg2 {
	display: block;
	position: relative;
	top:0px;
	z-index: 0;
	text-align: right;
	padding-top: 230px;
	padding-bottom: 60px;
	width: 100%;
}
.membg2 .bgin2 {
	width: 320px;
	max-width: 100%;
	display: inline-block;
}
.membg2 .bgin2 img   {
	max-width: 100%;
	height: auto;
}
.leftmem {
	position: absolute;
	left:0;
	top:0;
	width: 95%;
	max-width: 480px;
}
.membottom2 {
	display: block;
	margin-bottom: 20px;
}
}
@media screen and (max-width: 548px){
.conceptright {margin-top: 40px;}
.leftmem {
	width: 95%;
	max-width: 340px;
}
.membg2 {
	padding-top: 300px;
}
.singleinner {
	width: 100%;
	margin: 0 auto;
}
}