/* 
Theme Name: KOHO-Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Template: hello-elementor
Version: 1.0.1
*/
html,body {
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	font-feature-settings: "palt";
	line-height:1.5;
	font-size:18px;
	font-weight: 500;
	font-optical-sizing: auto;
}
strong {
	font-weight:700;
}
a {
	color: #231815;
	cursor: pointer;
}
a:hover {
	
}
a:visited {
	
}
a img {
	cursor: pointer !important;
}
h1 {
	font-feature-settings: "palt";
}
h2,h3,h4,h5,h6 {
	font-family: "Noto Sans JP", sans-serif;
	line-height:1.5;
	font-feature-settings: "palt";
}
p, th, td, dt, dd, span, input, textarea {
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings: "palt";
	line-height:1.5;
}
p {
	line-height:1.5 !important;
}
.hl_koukoku h2{
	text-wrap: nowrap;
	font-weight: 900;
	color: #007443;
	text-align: center;
	line-height: 1.4;
}
.hl_koukoku h2 span{
	font-size: 120%;
	}
.backnumber li {
    line-height: 1.5;
    margin-bottom: 20px;
}

@media screen and (max-width:1024px) { 
	.hl_koukoku h2 br{
		display: none;
	}
}
@media screen and (max-width:480px) {
	.hl_koukoku h2 br{
		display: inline;
	}
	.jet-mobile-menu__toggle {
		top: 10px !important;
		right: 10px !important;
	}
}



