@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;

}
:focus {
	outline: 0 !important;
	text-decoration: none !important;
}
html, body {
	margin: 0 !important;
	padding: 0;
}
html {
	scroll-behavior: smooth;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
input, textarea {
	max-width: 100%;
	font-size: inherit;
	font-family: inherit;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: none;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, time {
	display: block;
}
a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
a:hover, a:active {
	color:#00bcd4;
	text-decoration: none;
	opacity: .8;
}
h1, h2, h3, h4, h5, h6, span {
	margin:0px;
	padding:0px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
}
figure {
	max-width: 100%;
}
/*page
----------------------------------------------------*/
html {
	scroll-behavior: smooth;
}
body {
	margin:0px;
	padding:0px;
	background-color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	line-height: 1.7;
}

.bold{
	font-weight: bold;
}
.sp {
	display: none !important;
}
.pc{
	display: block;
}
.relative {
	position: relative;
}
.text-center{
	text-align: center;
}
body table:first-child h1, body table:first-child p {
    text-align: center;
}
a:hover img {
	opacity: 0.8;
}

.container{
	max-width: 1000px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}
.img-left img{
    width: 40px;
}
.social img{
	width: 30px;
}
.img-left {
    position: fixed;
    left: 0;
}
.img-left, .social {
    width: 70px;
    text-align: center;
    top: 0;
    padding-top: 25px;
}
.social
{
    position: fixed;
    right: 0;
}
.cnt-cms {
    text-align: center;
    margin-top: 150px;
}
.cnt-cms img{
	width: 125px;
}
.cnt-cms img {
    margin-bottom: 65px;
}

.cnt-cms a {
    margin-top: 25px;
}
.social a {
    display: block;
}
@media screen and (max-width: 768px){
	.sp {
		display: block !important;
	}
	.pc{
		display: none;
	}
	.img-left img, .social img, .cnt-cms img {
	    width: 40px;
	}
}