@charset "UTF-8";
/* CSS Document */

/* ベース */
html {
	font-size: 62.5%!important;
}
body {
	text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; /* Safari */
    width: 100%;
}
html body {
    font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.3;
    color: #000;
}
@media (max-width: 991px) {
	html {
		font-size: 55%!important;
	}
}
@media (max-width: 575px) {
	html {
		font-size: 60%!important;
	}
	html body {
		line-height: 1.75;
	}
}
#wrapper{
	overflow: hidden;
}
@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1140px;
	}
}
@media screen and (max-width: 991px) {
      .container {
		 width: 100%;
	}
}

/*a関係*/
a {
    outline: none;
}
a:hover {
    outline: none;
    text-decoration: none;
}
a:active {
    outline: none;
}
a:link {
    outline: none;
    text-decoration: none;
}
a:visited {
    outline: none;
    text-decoration: none;
}
