.tb:not(.sp) ,.pc:not(.sp){
  display: none !important;
}
html {
	font-size: 62.5% !important; 
}

#header {
    width: 100%;
    height: 74px;
    margin: 0 auto;
    position: fixed;
    left: 0;
    right: 0;
	top: 0;
}
#header .header {
	width: 100%;
	height: 94px;
	margin: 0 auto;
	overflow: hidden;
}
#header_inner {
	width: 102vw;
    height: 54px;
    margin: 0 -1vw;
    padding: 0px 0;
    background: #33a0ff;
	position: relative;
}
#header_bottom {
	width: 102vw;
    height: 24px;
    margin: 0 -1vw;
    padding: 0px 0;
    background:#DFF0FF;
	position: relative;
    box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.1);
    font-size: 1.2rem;
}
#header_bottom p {
	margin: 0 0 0 0;
    line-height: 24px;
	position: absolute;
	right:  2vw;
	top: 0;
	bottom: 0;
}
#header h1 {
	height: 64px;
	margin: 0 0 0 2vw;
	color: #fff;
	position: absolute;
	left:  2vw;
	top: 5px;
}

#header h1 a{
	display: block;
	height: 64px;
	padding: 0;
}
#header h1 a img{
	display: block;
	height: 44px;
	width: auto;
	margin: 0;
	padding:  0;
}

#header a.logout {
    margin: 0 0 0;
    color: #fff;
	position: absolute;
	right:  2vw;
	top: 5px;
}
#header a.logout{
    border-radius: 8px;
    background: #66b8ff;
    color: #fff;
    font-size: 1.4rem;
    display: inline-block;
    padding: 5px 10px ;
    margin: 5px 0;
    vertical-align: middle;
    text-decoration: none;
}


#container{
    margin: -50px 0 0;
    padding: 0 10px 0;
}
#contents{}
#contents article{
	padding-top: 140px;
}


#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;
	
}


