@charset "utf-8";


/* header
---------------------------------------- */
div#header{
	/*height:0;
	padding:100vh 0 0 0;
	background:url(../img/lp/2024/tochigi.png) no-repeat 20% -30px,url(../img/lp/2024/bk.png) no-repeat center center;
	background-size:auto,cover,auto;*/
}
/*
@media screen and (max-width: 1970px) {div#header{background-image:url(../img/slide/visual2000.png);}}
@media screen and (max-width: 1470px) {div#header{background-image:url(../img/slide/visual1500.png);}}
@media screen and (max-width: 1170px) {div#header{background-image:url(../img/slide/visual1200.png);}}
@media screen and (max-width: 870px)  {div#header{background-image:url(../img/slide/visual1000.png);}}
*/

@media screen and (max-width:990px){
	div#header{
		margin-bottom:0;
	}
}

div#contents{
	padding-top:60px;
}


/* ttl
---------------------------------------- */
h2.pttl{
	margin:0 auto 90px;
	position:relative;
	font-size:32px;
	font-weight:bold;
	text-align:center;
}
h2.pttl strong{
	font-weight:bold;
}
h2.pttl:after{
	width:180px;
	height:3px;
	content:"";
	position:absolute;
	left:50%;
	bottom:0;
	display:block;
	margin:15px 0 0 -90px;
	background-color:#cd3c5a;
}
p.outline{
	margin:0 auto 30px;
	text-align:center;
}
h3.ttl{
	margin:0 auto 30px;
	padding:5px 0 5px 15px;
	font-size:20px;
	border-left:5px #529500 solid;
	border-bottom:1px #ccc solid;
}
