.tb:not(.sp) ,.pc:not(.sp){
  display: none !important;
}
html {
	font-size: 62.5% !important; 
}
p#pan {
	font-size: 1.3rem;
	line-height: 20px;
	height: 20px;
    margin-top: 13px;
    margin-right: 10px;
    padding: 5px 0 0 0;
	text-align: right;
}
p#pan a,p#pan span {
	display: inline-block;
}
#container{
    margin: -60px 0 0;
    padding-top: 120px;
}
#headline .inner, #members_data .inner {
    margin: 0 10px;
    position: relative;
}

#members_data .inner {
    display: block;
}
#members_data .inner::after {
	content: "";
	clear: both;
    display: block;
}
#members_data .inner .l{
	padding-top:5px;
	align-items:flex-start;
}

#members_data .inner p.name{
	font-size: 1.4rem;
	flex-grow: 2;
	display: block;
	width: 100%;
}
#members_data .inner p.name span {
    font-size: 1.6rem;
}
#members_data .inner .l a{
	font-size: 1.2rem;
	margin:0 0 5px 5px;
	    display: inline-block;
}
#members_data .inner .l .r a{
	font-size: 1.2rem;
	margin:0 0 0 5px;
	    display: inline-block;
}

#members_data a.contact{
	margin-right: 5px;
}

#contentblock .inner{
	width: 100%;
	margin: 0 auto;
	position: relative;
	color: #fff;
}

#contentblock .title{
	margin: 0 auto;
	position: relative;
	color: #fff;
	background: #fff;
}

#contentblock .title .inner{
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: flex;
	color: #fff;
	height: 90px;
	padding: 20px 0;
}

#contentblock .title .inner h2{
    margin: auto;
    position: absolute;
    color: #fff;
	background-color: rgba(0,0,0,0.5);
    top: 30px;
    width: 100%;
    height: 3.5rem;
    padding: 0;
}
#contentblock .title .inner h2 strong{
    margin: auto;
    position: absolute;
    color: #fff;
    left: 120px;
    top: 0;
    bottom: 0;
    padding-left: 0;
    vertical-align: middle;
    font-weight: normal;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 1.8rem;
	line-height: 2;

}
#contentblock .title .inner h3{
    margin: 0 auto;
    position: absolute;
	font-weight: normal;
    top: 70px;
    left: 120px;
	padding: 0 ;
    font-size: 1.8rem;
    width: auto;
	line-height: 1.2;
}
#contentblock .title .inner img{
	margin: 0 auto;
	position: absolute;
	color: #fff;
	left:10px;
	right: auto;
	z-index: 1;	width: 100px;
	height: auto;
	border-radius: 8px;
}
#contentblock .title .inner .sc {
	margin: 0 5px;
	position: absolute;
	bottom: 3px;right: 0;
	z-index: 1;}
#contentblock .title .inner .sc p{
	margin: auto;
	display: flex;
	flex-direction:row;
	justify-content: flex-end;

}
#contentblock .title .inner .sc a{
	margin: 0 5px 0 0;
	position: relative;
	display: block;
	height: 1.2em;
	color: #fff;
	padding: 5px;
	text-align: center;
	font-size: 1.2rem;
	border-radius: 10px;
	line-height: 1.2em;
	
}




@media screen and (max-width: 374px) {
#members_data .inner .l a {
    width: 6em;
}
	#contentblock .title .inner{
		width: 100%;
		margin: 0 auto;
		position: relative;
		display: flex;
		color: #fff;
		height: 80px;
		padding: 10px 0;
	}

	#contentblock .title .inner h2{
		margin: auto;
		position: absolute;
		color: #fff;
		background-color: rgba(0,0,0,0.5);
		top: 15px;
		width: 100%;
		height: 2.8rem;
		padding: 0;
	}
	#contentblock .title .inner h2 strong{
		margin: auto;
		position: absolute;
		color: #fff;
		left: 120px;
		top: 0;
		bottom: 0;
		padding-left: 0;
		vertical-align: middle;
		font-weight: normal;
		font-weight: 700;
		font-family: 'Roboto', sans-serif;
		font-size: 1.4rem;
		line-height: 2;

	}
	#contentblock .title .inner h3{
		margin: 0 auto;
		position: absolute;
		font-weight: normal;
		top: 50px;
		left: 120px;
		padding: 0;
		font-size: 1.4rem;
		width: auto;
		line-height: 1.2;
	}
	#contentblock .title .inner img{
		margin: 0 auto;
		position: absolute;
		color: #fff;
		left:10px;
		right: auto;
		z-index: 1;	height: auto;width: 100px;
		border-radius: 6px;
	}
}
footer{
	font-size: 1.4rem;
	clear: both;

}


.footer_menu{
	width: 100%;
	margin: 0 auto;
	
}
.footer_menu ul {
	display: flex;
	flex-direction:column;
	padding: 30px;
	justify-content: flex-start;
	align-items: flex-start;
}
.footer_menu ul li {
    font-size: 1.4rem;
    margin: 0 0 0 1em;
    padding: 0 1em 0 0;
	line-height:2;
}
.footer_menu ul li a{
	color: #fff;
}
