/* カスタム CSS をここに入力してください */


body {
	font-family: 'Noto Sans JP', Roboto;
	font-size: 1em;
/*
	font-family: 'Work Sans', 'Noto Sans JP', sans-serif;
	font-size: 1vw;
*/
}

html {
	font-size: 15px
}

.header__title {
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 1.1em;
}

@media screen and (max-width: 960px) {
	.header__container {
		padding: 0 3px;
	}
	.header__title {
		font-size: 1.0em;
	}
}

.breadcrumbs {
	display: none;
}

.header__branding {
    padding: 5px 0;
}

.site__content {
	margin-top: 0px;
	margin-bottom: 0px;
}

.footer__section {
	text-align: center;
}

@media screen and (min-width: 960px) {
	.cc_frame_roll {
		height: 700px;
		overflow-y: auto;
	}
}
